aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-04-11 19:53:48 +0000
committerCy Schubert <cy@FreeBSD.org>2013-04-11 19:53:48 +0000
commitd109246d87adff23445c855a40d1413714ae8f27 (patch)
tree64345ebc4391f2b2c888f8bc0b9d2a7813c15e2a
parent4b3c0e340e90d38a452227cf84861401cee796b1 (diff)
downloadports-d109246d87adff23445c855a40d1413714ae8f27.tar.gz
ports-d109246d87adff23445c855a40d1413714ae8f27.zip
Fix bison build dependency (from r313635).
PR: 177772 Approved by: portmgr (bdrewery)
Notes
Notes: svn path=/head/; revision=315787
-rw-r--r--security/aide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 85733d3b71b6..5a4e3a6e4891 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -13,11 +13,11 @@ MAINTAINER= cy@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 \