aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-04-16 07:28:12 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-04-16 07:28:12 +0800
commit028d958132ef7f16b248520fe49c1be82df32e8d (patch)
tree87c4aae3afcebc16401cf1937ed28db30ebffc77 /net-mgmt
parent49b2f8394226f18f205ac5d94523109f72b48fb5 (diff)
downloadfreebsd-ports-gnome-028d958132ef7f16b248520fe49c1be82df32e8d.tar.gz
freebsd-ports-gnome-028d958132ef7f16b248520fe49c1be82df32e8d.tar.zst
freebsd-ports-gnome-028d958132ef7f16b248520fe49c1be82df32e8d.zip
- Fix build by adding missing USES=bison broken by r313517
Approved by: portmgr (implicit) With hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus3-clients/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile
index be51177f2776..97b3ccc274b9 100644
--- a/net-mgmt/argus3-clients/Makefile
+++ b/net-mgmt/argus3-clients/Makefile
@@ -17,9 +17,10 @@ CONFLICTS= argus-clients-2* argus-clients-sasl-2*
OPTIONS_DEFINE= GEOIP MANPAGES MYSQL SASL
OPTIONS_DEFAULT=MANPAGES MYSQL SASL
+USES= bison
+
.include <bsd.port.options.mk>
-USE_BISON= build
GNU_CONFIGURE= true
USE_NCURSES= yes
USE_PERL5= yes