summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>