svn commit: r393897 - head/security/razorback-archiveInflate

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


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

Log:
  - Switch to USES=autoreconf

Modified:
  head/security/razorback-archiveInflate/Makefile

Modified: head/security/razorback-archiveInflate/Makefile
==============================================================================
--- head/security/razorback-archiveInflate/Makefile	Mon Aug 10 19:50:27 2015	(r393896)
+++ head/security/razorback-archiveInflate/Makefile	Mon Aug 10 19:53:45 2015	(r393897)
@@ -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