aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-22 00:03:34 +0800
committerbapt <bapt@FreeBSD.org>2015-06-22 00:03:34 +0800
commit145678bad7992d1cec513daf687a6f7c7ae4e803 (patch)
tree2814b9bd5a783f1cbbee1822a1df43121a948650 /benchmarks
parentbbc9158248393a18edc486ab2b0b9a602b222907 (diff)
downloadfreebsd-ports-graphics-145678bad7992d1cec513daf687a6f7c7ae4e803.tar.gz
freebsd-ports-graphics-145678bad7992d1cec513daf687a6f7c7ae4e803.tar.zst
freebsd-ports-graphics-145678bad7992d1cec513daf687a6f7c7ae4e803.zip
Convert to USES=autoreconf
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/flowgrind/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index d5004047458..f8708138ed1 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libpcap.so:${PORTSDIR}/net/libpcap \
USE_GITHUB= yes
-USE_AUTOTOOLS= aclocal autoconf
+USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pcap --enable-gsl
@@ -27,7 +27,4 @@ post-patch:
@${RM} -rf ${WRKSRC}/build-aux
@${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac
-pre-configure:
- cd ${WRKSRC} && ${AUTORECONF} -i
-
.include <bsd.port.mk>