svn commit: r419105 - head/security/aide

Cy Schubert cy at FreeBSD.org
Tue Jul 26 12:45:57 UTC 2016


Author: cy
Date: Tue Jul 26 12:45:55 2016
New Revision: 419105
URL: https://svnweb.freebsd.org/changeset/ports/419105

Log:
  Modernize: Replace USE_AUTOTOOLS=autoconf with USES=autoreconf.

Modified:
  head/security/aide/Makefile

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Tue Jul 26 11:27:24 2016	(r419104)
+++ head/security/aide/Makefile	Tue Jul 26 12:45:55 2016	(r419105)
@@ -13,9 +13,8 @@ COMMENT=	Replacement and extension for T
 
 LIB_DEPENDS=	libmhash.so:security/mhash
 
-USES=		bison gmake
+USES=		autoreconf bison gmake
 
-USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \
 		--with-zlib \


More information about the svn-ports-head mailing list