svn commit: r382603 - head/security/yara

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 15:54:18 UTC 2015


Author: bapt
Date: Sun Mar 29 15:54:17 2015
New Revision: 382603
URL: https://svnweb.freebsd.org/changeset/ports/382603
QAT: https://qat.redports.org/buildarchive/r382603/

Log:
  Convert to USES=autoreconf

Modified:
  head/security/yara/Makefile

Modified: head/security/yara/Makefile
==============================================================================
--- head/security/yara/Makefile	Sun Mar 29 15:28:05 2015	(r382602)
+++ head/security/yara/Makefile	Sun Mar 29 15:54:17 2015	(r382603)
@@ -14,9 +14,7 @@ GH_COMMIT=	85e913e
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
+USES=		autoreconf libtool
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list