diff options
Diffstat (limited to 'app-text/gtkspell/gtkspell-2.0.0-r1.ebuild')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild index 7d93dda21bc9..e8b6e36fb0f1 100644 --- a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.0-r1.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.0-r1.ebuild,v 1.7 2003/03/01 04:17:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.8 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.0.4 >=x11-libs/gtk+-2.0.5 - >=app-text/aspell-0.50" + virtual/aspell-dict" src_compile() { econf `use_enable nls` || die |