diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/razorback-yaraNugget/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 \ |