diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /benchmarks | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/sysbench/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 76353bd9de59..a19c801e0ea0 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:268 +USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+=--datadir=${DATADIR} diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 4e59b8625f4b..8723e5eb8181 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:268 +USE_AUTOTOOLS= automake14 autoconf .include <bsd.port.mk> diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index e650d433a5f7..f0a5779fc478 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF MAINTAINER= kris@FreeBSD.org COMMENT= A modular, cross-platform and multi-threaded benchmark tool -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool OPTIONS= LARGEFILE "Enable Largefile support" on \ MYSQL "Enable MySQL support" on \ |