diff options
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/which-2.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/which/which-2.12.ebuild b/sys-apps/which/which-2.12.ebuild index 41662d2db2ea..ee0dc2371688 100644 --- a/sys-apps/which/which-2.12.ebuild +++ b/sys-apps/which/which-2.12.ebuild @@ -1,13 +1,14 @@ # 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/which/which-2.12.ebuild,v 1.1 2000/11/26 14:15:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.12.ebuild,v 1.2 2000/11/30 23:14:35 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/which/${A} ftp://prep.ai.mit.edu/gnu/which/${A}" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { try ./configure --prefix=/usr |