diff options
author | 2000-11-30 23:14:35 +0000 | |
---|---|---|
committer | 2000-11-30 23:14:35 +0000 | |
commit | 65ff9109d975303a292ac9e7acd38261c91079cc (patch) | |
tree | 984b1519ba60a35ae6d27439329dcf5b4f984668 /sys-apps/which | |
parent | Prepared for rc3 (diff) | |
download | historical-65ff9109d975303a292ac9e7acd38261c91079cc.tar.gz historical-65ff9109d975303a292ac9e7acd38261c91079cc.tar.bz2 historical-65ff9109d975303a292ac9e7acd38261c91079cc.zip |
Prepared for rc3
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 |