Convert to USES=autoreconf

This commit is contained in:
Baptiste Daroussin 2015-06-21 15:37:16 +00:00
parent 46d35d19e7
commit 9cd95e2dc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390245

View File

@ -16,14 +16,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
CONFLICTS= tads-2.*
USES= gmake
USE_AUTOTOOLS= automake autoconf
USES= autoreconf gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lcompat
pre-configure:
(cd ${WRKSRC}; ${SH} bootstrap)
.include <bsd.port.mk>