diff options
Diffstat (limited to 'sys-apps/groff/groff-1.16.1.ebuild')
-rw-r--r-- | sys-apps/groff/groff-1.16.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/groff/groff-1.16.1.ebuild b/sys-apps/groff/groff-1.16.1.ebuild index 386ce64b69e4..efa25f27d313 100644 --- a/sys-apps/groff/groff-1.16.1.ebuild +++ b/sys-apps/groff/groff-1.16.1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.5 2000/11/30 23:14:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $ P=groff-1.16.1 A=${P}.tar.gz @@ -11,11 +11,12 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${A} ftp://prep.ai.mit.edu/gnu/groff/${A}" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc >=sys-devel/gcc-2.95.2" + RDEPEND="$DEPEND - >=sys-devel/perl-5.6 - >=sys-apps/bash-2.04" + sys-devel/perl + sys-apps/bash" src_compile() { |