diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-01 04:44:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-01 04:44:12 +0000 |
commit | cb7ec89bcb8965fcc9cd704b01e44b43a745430e (patch) | |
tree | 80063ac2336eab5374a9705b36103598c1c2b1c8 /app-shells/pdksh | |
parent | Added dependencies (diff) | |
download | historical-cb7ec89bcb8965fcc9cd704b01e44b43a745430e.tar.gz historical-cb7ec89bcb8965fcc9cd704b01e44b43a745430e.tar.bz2 historical-cb7ec89bcb8965fcc9cd704b01e44b43a745430e.zip |
Added dependencies
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild index 15ae727b62b1..256898cd552c 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-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-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ P=pdksh-5.2.14 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="The Public Domain Korn Shell" SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/"${A} HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --prefix=/usr --host=${CHOST} |