diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /benchmarks | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 9c24a37b8594..d33d0de7a75c 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbench PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SAMBA MASTER_SITE_SUBDIR= ../../ftp/tridge/dbench @@ -19,7 +20,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt LICENSE= GPLv3 CFLAGS+= -I${LOCALBASE}/include -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+=--datadir=${DATADIR} diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 366dbab4199e..0eed4281a153 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -7,7 +7,7 @@ PORTNAME= dkftpbench PORTVERSION= 0.45 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks ftp MASTER_SITES= http://www.kegel.com/dkftpbench/ @@ -18,6 +18,6 @@ PLIST_FILES= bin/dkftpbench GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:14 autoconf:262 +USE_AUTOTOOLS= automake:14 autoconf:267 .include <bsd.port.mk> |