svn commit: r393898 - head/security/razorback-clamavNugget

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 10 19:53:52 UTC 2015


Author: amdmi3
Date: Mon Aug 10 19:53:50 2015
New Revision: 393898
URL: https://svnweb.freebsd.org/changeset/ports/393898

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-clamavNugget/Makefile

Modified: head/security/razorback-clamavNugget/Makefile
==============================================================================
--- head/security/razorback-clamavNugget/Makefile	Mon Aug 10 19:53:45 2015	(r393897)
+++ head/security/razorback-clamavNugget/Makefile	Mon Aug 10 19:53:50 2015	(r393898)
@@ -21,10 +21,9 @@ LIB_DEPENDS=	librazorback_api.so:${PORTS
 BUILD_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
 RUN_DEPENDS=	razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget
 
-USES=		libtool pkgconfig
+USES=		autoreconf libtool pkgconfig
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
 USE_LDCONFIG=	${RB_LIBDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list