diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-07-25 05:40:25 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-07-25 05:40:25 +0000 |
commit | e009bf71ef7be1cca46beb9c2a57743bf7a0557a (patch) | |
tree | d4416594907848929584dd756b5994835e990bcc /net-misc/pump | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-e009bf71ef7be1cca46beb9c2a57743bf7a0557a.tar.gz gentoo-2-e009bf71ef7be1cca46beb9c2a57743bf7a0557a.tar.bz2 gentoo-2-e009bf71ef7be1cca46beb9c2a57743bf7a0557a.zip |
added a depend to pump, and lots of upgrades to xmame. Added three depends,
SDL support and esd support.
Diffstat (limited to 'net-misc/pump')
-rw-r--r-- | net-misc/pump/pump-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/pump/pump-0.8.3.ebuild b/net-misc/pump/pump-0.8.3.ebuild index f58c1b5fbb4b..43eb8cf0b0a0 100644 --- a/net-misc/pump/pump-0.8.3.ebuild +++ b/net-misc/pump/pump-0.8.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.3.ebuild,v 1.3 2001/07/15 01:29:48 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.3.ebuild,v 1.4 2001/07/25 05:40:25 lamer Exp $ A=pump_0.8.3.orig.tar.gz S=${WORKDIR}/${P} DESCRIPTION="This is the DHCP/BOOTP client written by RedHat." SRC_URI="http://ftp.debian.org/debian/pool/main/p/pump/${A}" HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/" -DEPEND="" +DEPEND=">=dev-libs/popt-1.5" #RDEPEND="" |