summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
commit6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch)
tree7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /benchmarks
parentBump autoconf 2.67->2.68 -- will deal with any fallout. (diff)
Punt autoconf267->autoconf268
Notes
Notes: svn path=/head/; revision=263089
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/Makefile2
-rw-r--r--benchmarks/dkftpbench/Makefile2
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>