diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /benchmarks | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) | |
download | freebsd-ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip |
Punt autoconf267->autoconf268
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index d33d0de7a75c..76353bd9de59 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt LICENSE= GPLv3 CFLAGS+= -I${LOCALBASE}/include -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+=--datadir=${DATADIR} diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 0eed4281a153..4e59b8625f4b 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -18,6 +18,6 @@ PLIST_FILES= bin/dkftpbench GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:14 autoconf:267 +USE_AUTOTOOLS= automake:14 autoconf:268 .include <bsd.port.mk> |