Convert to USES=autoreconf

This commit is contained in:
Tijl Coosemans 2014-10-03 15:46:45 +00:00
parent dc5d1564a5
commit 46dcc792f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369912

View file

@ -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>