summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/distcc/distcc-2.18.3-r12.ebuild')
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r12.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-2.18.3-r12.ebuild b/sys-devel/distcc/distcc-2.18.3-r12.ebuild
index 5d75a62febc3..fdc5e1a4f1d6 100644
--- a/sys-devel/distcc/distcc-2.18.3-r12.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.3 2008/04/22 10:57:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.4 2008/04/25 12:15:18 flameeyes Exp $
# If you change this in any way please email lisa@gentoo.org and make an
# entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
@@ -25,6 +25,7 @@ DEPEND="|| ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
userland_GNU? ( sys-apps/shadow )
dev-util/pkgconfig
|| ( dev-util/unifdef sys-freebsd/freebsd-ubin )
+ >=sys-devel/autoconf-2.60
${COMMON_DEP}"
RDEPEND="
gnome? (
@@ -68,8 +69,9 @@ src_unpack() {
if use avahi; then
epatch "${DISTDIR}/${PN}-2.18-avahi.patch.bz2"
epatch "${FILESDIR}/${PN}-avahi-configure.patch"
- eautoreconf
fi
+
+ eautoreconf
}
src_compile() {