From 89829a9dd9cd41d91430cb3a8d490860da3e24dc Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 13 Aug 2015 13:18:27 +0000 Subject: - Switch to USES=autoreconf --- security/razorback-yaraNugget/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/razorback-yaraNugget/Makefile b/security/razorback-yaraNugget/Makefile index 4268ab6cc414..7e25b5f9dcc6 100644 --- a/security/razorback-yaraNugget/Makefile +++ b/security/razorback-yaraNugget/Makefile @@ -23,8 +23,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes -USES= libtool pkgconfig -USE_AUTOTOOLS= autoconf +USES= autoreconf libtool pkgconfig USE_LDCONFIG= ${RB_LIBDIR} OPTIONS_DEFINE= DEBUG ASSERT @@ -34,7 +33,7 @@ ASSERT_CONFIGURE_ENABLE= assert DEBUG_CONFIGURE_ENABLE= debug post-patch: - @${REINPLACE_CMD} '/CWARNINGS/ s|-Werror||' ${WRKSRC}/configure + @${REINPLACE_CMD} 's|-Werror||' ${WRKSRC}/libyara/configure.ac post-install: ${LN} -sf ${RB_LIBDIR}/yaraNugget.so.2 \ -- cgit