Convert to USES=autoreconf

This commit is contained in:
Baptiste Daroussin 2015-06-21 16:03:34 +00:00
parent 1893001101
commit c081a8a3de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390250

View File

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