diff options
author | cy <cy@FreeBSD.org> | 2013-04-12 03:53:48 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2013-04-12 03:53:48 +0800 |
commit | 2582aff4d8e380c38e1377af093bcc4014a0aa54 (patch) | |
tree | 64345ebc4391f2b2c888f8bc0b9d2a7813c15e2a /security/aide | |
parent | ad260d97da2592c77ffc73f20fb9fe1f5d570a7d (diff) | |
download | freebsd-ports-gnome-2582aff4d8e380c38e1377af093bcc4014a0aa54.tar.gz freebsd-ports-gnome-2582aff4d8e380c38e1377af093bcc4014a0aa54.tar.zst freebsd-ports-gnome-2582aff4d8e380c38e1377af093bcc4014a0aa54.zip |
Fix bison build dependency (from r313635).
PR: 177772
Approved by: portmgr (bdrewery)
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 2 |
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 \ |