diff options
Diffstat (limited to 'app-text/gtkspell/gtkspell-2.0.2.ebuild')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.2.ebuild b/app-text/gtkspell/gtkspell-2.0.2.ebuild index 8bf92b63ba60..343be1998ef0 100644 --- a/app-text/gtkspell/gtkspell-2.0.2.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.8 2003/04/06 03:23:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.9 2003/04/23 00:32:14 vladimir Exp $ DESCRIPTION="spell library for GTK2" SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" @@ -13,7 +13,7 @@ IUSE="nls" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2 - >=app-text/aspell-0.50" + virtual/aspell-dict" src_compile() { econf `use_enable nls` || die |