Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 12:45:56 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419105 - head/security/aide
Message-ID:  <201607261245.u6QCju9q051831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607261245.u6QCju9q051831>