diff options
author | 2001-05-28 05:24:13 +0000 | |
---|---|---|
committer | 2001-05-28 05:24:13 +0000 | |
commit | 2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch) | |
tree | dc5a008a22e16e21bc4ea4f991bba0890fae4a1b /app-text/ispell | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2 historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip |
Dependencie fixes
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/ispell-3.1.20-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/ispell/ispell-3.1.20-r1.ebuild b/app-text/ispell/ispell-3.1.20-r1.ebuild index bdaa08a044d2..0c69e952914f 100644 --- a/app-text/ispell/ispell-3.1.20-r1.ebuild +++ b/app-text/ispell/ispell-3.1.20-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.2 2001/03/20 05:47:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.1.20-r1.ebuild,v 1.3 2001/05/28 05:24:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${PN}-3.1 @@ -9,6 +9,7 @@ DESCRIPTION="Ispell is a fast screen-oriented spelling checker" SRC_URI="ftp://ftp.cs.ucla.edu/pub/ispell-3.1/${A}" HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html" +DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_unpack() { unpack ${A} |