From 8aa22814fd90a7103370528ac732824c4729196c Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Wed, 27 Nov 2002 14:23:12 +0000 Subject: Patch to use autoconf the right way. Untested because I really don't want to suck the whole gnome world onto my machine, particularly in the middle of a complete package rebuild. Approved by: kris --- math/gretl/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 8896fb983936..674d15e353e0 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ - gnuplot:${PORTSDIR}/math/gnuplot +BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 @@ -25,6 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes GNU_CONFIGURE= yes +USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -43,7 +43,4 @@ USE_GNOME= gnomeprefix PLIST_SUB+= GNOME2:="" DATADIR="share/gnome" .endif -pre-configure: - @cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf - .include -- cgit v1.2.3