svn commit: r315787 - head/security/aide

Cy Schubert cy at FreeBSD.org
Thu Apr 11 19:53:49 UTC 2013


Author: cy
Date: Thu Apr 11 19:53:48 2013
New Revision: 315787
URL: http://svnweb.freebsd.org/changeset/ports/315787

Log:
  Fix bison build dependency (from r313635).
  
  PR:		177772
  Approved by:	portmgr (bdrewery)

Modified:
  head/security/aide/Makefile

Modified: head/security/aide/Makefile
==============================================================================
--- head/security/aide/Makefile	Thu Apr 11 18:54:11 2013	(r315786)
+++ head/security/aide/Makefile	Thu Apr 11 19:53:48 2013	(r315787)
@@ -13,11 +13,11 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Replacement and extension for Tripwire
 
 LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash
+USES=		bison
 
 .include <bsd.port.pre.mk>
 
 USE_GMAKE=	yes
-USES=		bison
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mhash \


More information about the svn-ports-all mailing list