diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-03 20:10:31 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-03 20:10:31 +0000 |
commit | b87f5d6e57f9d0131d8303e7812a4438093e3fa4 (patch) | |
tree | 17ad7dbac162d91e5c24171eff42e88f3da2172b /sys-apps/netkit-base | |
parent | new pkg (diff) | |
download | historical-b87f5d6e57f9d0131d8303e7812a4438093e3fa4.tar.gz historical-b87f5d6e57f9d0131d8303e7812a4438093e3fa4.tar.bz2 historical-b87f5d6e57f9d0131d8303e7812a4438093e3fa4.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/netkit-base')
-rw-r--r-- | sys-apps/netkit-base/netkit-base-0.17-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild index 3065bf661a55..d181cefc55e6 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild @@ -1,14 +1,15 @@ # 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/netkit-base/netkit-base-0.17-r1.ebuild,v 1.5 2000/11/30 23:14:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild,v 1.6 2001/02/03 20:10:31 achim Exp $ P=netkit-base-0.17 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Standard linux net thingees -- inetd, ping" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" + src_compile() { try ./configure |