diff options
author | alane <alane@FreeBSD.org> | 2002-11-27 22:23:12 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-27 22:23:12 +0800 |
commit | 04d5e7dbee437f7fabd96947fc28875723b3ff75 (patch) | |
tree | 6282022832a2006f8df1ca615f58aa493bbb4a4b /misc/gretl | |
parent | d3393e388825feda81db1b0c17f93653875f160f (diff) | |
download | freebsd-ports-gnome-04d5e7dbee437f7fabd96947fc28875723b3ff75.tar.gz freebsd-ports-gnome-04d5e7dbee437f7fabd96947fc28875723b3ff75.tar.zst freebsd-ports-gnome-04d5e7dbee437f7fabd96947fc28875723b3ff75.zip |
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
Diffstat (limited to 'misc/gretl')
-rw-r--r-- | misc/gretl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index 8896fb983936..674d15e353e0 100644 --- a/misc/gretl/Makefile +++ b/misc/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 <bsd.port.mk> |