svn commit: r393956 - head/security/razorback-virusTotal

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 11 17:55:30 UTC 2015


Author: amdmi3
Date: Tue Aug 11 17:55:29 2015
New Revision: 393956
URL: https://svnweb.freebsd.org/changeset/ports/393956

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-virusTotal/Makefile

Modified: head/security/razorback-virusTotal/Makefile
==============================================================================
--- head/security/razorback-virusTotal/Makefile	Tue Aug 11 17:55:22 2015	(r393955)
+++ head/security/razorback-virusTotal/Makefile	Tue Aug 11 17:55:29 2015	(r393956)
@@ -22,8 +22,7 @@ RUN_DEPENDS=	razorback-masterNugget>=0.5
 
 RB_LIBDIR?=	${PREFIX}/lib/razorback
 GNU_CONFIGURE=	yes
-USES=		libtool pkgconfig
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf libtool pkgconfig
 USE_LDCONFIG=	${RB_LIBDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list