summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2004-01-30 07:14:56 +0000
committerDaniel Robbins <drobbins@gentoo.org>2004-01-30 07:14:56 +0000
commit3c701023c3875c8e9c5961e2492254b7300bbc46 (patch)
tree6d28da9de0c9bab18ab492c1672f8d9cf944c4e5 /net-p2p/amule
parentautoconf and dependency fixes. These ebuilds break lots of rules (apache chec... (diff)
downloadgentoo-2-3c701023c3875c8e9c5961e2492254b7300bbc46.tar.gz
gentoo-2-3c701023c3875c8e9c5961e2492254b7300bbc46.tar.bz2
gentoo-2-3c701023c3875c8e9c5961e2492254b7300bbc46.zip
autoconf fix
Diffstat (limited to 'net-p2p/amule')
-rw-r--r--net-p2p/amule/amule-1.1.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/amule/amule-1.1.2.ebuild b/net-p2p/amule/amule-1.1.2.ebuild
index e62543863804..77ff2876a11e 100644
--- a/net-p2p/amule/amule-1.1.2.ebuild
+++ b/net-p2p/amule/amule-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.1.2.ebuild,v 1.4 2004/01/26 01:02:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.1.2.ebuild,v 1.5 2004/01/30 07:13:20 drobbins Exp $
MY_P=${P/m/M}
S=${WORKDIR}/${MY_P}
@@ -16,8 +16,10 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND=">=x11-libs/wxGTK-2.4.1
+RDEPEND=">=x11-libs/wxGTK-2.4.1
>=sys-libs/zlib-1.1.4"
+DEPEND="$RDEPEND
+ >=sys-devel/autoconf-2.58"
pkg_setup() {
# FIXME: Is this really how we want to do this ?