aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-03 15:46:45 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-03 15:46:45 +0000
commit46dcc792f6edd41ce32f6909be9f2645f05a1ad1 (patch)
treeb86bcf85f703627906cdb7dc476cb16a69601d07 /benchmarks
parentdc5d1564a5ae30f4ecd03f5329d13093fe36f101 (diff)
downloadports-46dcc792f6edd41ce32f6909be9f2645f05a1ad1.tar.gz
ports-46dcc792f6edd41ce32f6909be9f2645f05a1ad1.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sysbench/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index addc094914f2..7539f1d68a82 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -17,8 +17,7 @@ COMMENT= Modular, cross-platform, and multi-threaded benchmark tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= libtool
-USE_AUTOTOOLS= libtoolize aclocal autoconf
+USES= autoreconf libtool
GNU_CONFIGURE= yes
PLIST_FILES= bin/sysbench
@@ -38,8 +37,4 @@ PGSQL_CONFIGURE_ON= --with-pgsql
PGSQL_CONFIGURE_OFF= --with-pgsql=no
PGSQL_USE= PGSQL=yes
-post-configure:
- @${REINPLACE_CMD} -e 's/^program_transform_name/#/' \
- ${WRKSRC}/Makefile ${WRKSRC}/sysbench/Makefile
-
.include <bsd.port.mk>