diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 07:11:04 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 07:11:04 +0000 |
commit | c83b1d3302bf5d06acf5ed5e502098fe1ba388f2 (patch) | |
tree | f9e2865c5674547f42f44ec67c476030e50efe72 /net-misc/nut/nut-1.2.1-r1.ebuild | |
parent | autoconf and dep fixes (diff) | |
download | historical-c83b1d3302bf5d06acf5ed5e502098fe1ba388f2.tar.gz historical-c83b1d3302bf5d06acf5ed5e502098fe1ba388f2.tar.bz2 historical-c83b1d3302bf5d06acf5ed5e502098fe1ba388f2.zip |
autoconf and dependency fixes. These ebuilds break lots of rules (apache check, etc.)
Diffstat (limited to 'net-misc/nut/nut-1.2.1-r1.ebuild')
-rw-r--r-- | net-misc/nut/nut-1.2.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/nut/nut-1.2.1-r1.ebuild b/net-misc/nut/nut-1.2.1-r1.ebuild index 5ecab1775454..022e367f9cd0 100644 --- a/net-misc/nut/nut-1.2.1-r1.ebuild +++ b/net-misc/nut/nut-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-1.2.1-r1.ebuild,v 1.5 2004/01/26 01:01:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-1.2.1-r1.ebuild,v 1.6 2004/01/30 07:11:04 drobbins Exp $ IUSE="png" @@ -18,6 +18,7 @@ SLOT="0" DEPEND="png? ( =sys-libs/zlib-1* =media-libs/libgd-1* =media-libs/libpng-1.2* )" RDEPEND="${DEPEND} png? ( net-www/apache ) >=sys-apps/baselayout-1.8.2" +DEPEND="$DEPEND >=sys-devel/autoconf-2.58" src_unpack() { unpack ${A} || die |