diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 06:57:59 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 06:57:59 +0000 |
commit | abb6f1a421bfe58db475427bc40bbad3f0a9f143 (patch) | |
tree | d9bc49ca06e47cc08ffe1140c7a2dd166024dec0 /net-im/sim/sim-0.9.1.ebuild | |
parent | removed stale configure options. Updated copyright year. Version bump. rem... (diff) | |
download | gentoo-2-abb6f1a421bfe58db475427bc40bbad3f0a9f143.tar.gz gentoo-2-abb6f1a421bfe58db475427bc40bbad3f0a9f143.tar.bz2 gentoo-2-abb6f1a421bfe58db475427bc40bbad3f0a9f143.zip |
autoconf fix
Diffstat (limited to 'net-im/sim/sim-0.9.1.ebuild')
-rw-r--r-- | net-im/sim/sim-0.9.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/sim/sim-0.9.1.ebuild b/net-im/sim/sim-0.9.1.ebuild index 5749e098f74b..fca559203c1a 100644 --- a/net-im/sim/sim-0.9.1.ebuild +++ b/net-im/sim/sim-0.9.1.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-im/sim/sim-0.9.1.ebuild,v 1.8 2004/01/19 17:06:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.1.ebuild,v 1.9 2004/01/30 06:56:57 drobbins Exp $ if [ $( use kde ) ]; then inherit kde-base eutils @@ -20,10 +20,11 @@ KEYWORDS="x86 ~ppc -amd64" SLOT="0" IUSE="ssl kde" -newdepend "ssl? ( dev-libs/openssl )" -DEPEND="$DEPEND +RDEPEND="ssl? ( dev-libs/openssl )" +DEPEND="$RDEPEND sys-devel/flex - sys-devel/automake" + sys-devel/automake + >=sys-devel/autoconf-2.58" src_unpack() { unpack ${P}.tar.bz2 ; cd ${S} |