svn commit: r315810 - head/net-mgmt/argus3-clients

Bryan Drewery bdrewery at FreeBSD.org
Mon Apr 15 23:28:12 UTC 2013


Author: bdrewery
Date: Mon Apr 15 23:28:12 2013
New Revision: 315810
URL: http://svnweb.freebsd.org/changeset/ports/315810

Log:
  - Fix build by adding missing USES=bison broken by r313517
  
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/net-mgmt/argus3-clients/Makefile

Modified: head/net-mgmt/argus3-clients/Makefile
==============================================================================
--- head/net-mgmt/argus3-clients/Makefile	Mon Apr 15 23:01:12 2013	(r315809)
+++ head/net-mgmt/argus3-clients/Makefile	Mon Apr 15 23:28:12 2013	(r315810)
@@ -17,9 +17,10 @@ CONFLICTS=	argus-clients-2* argus-client
 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


More information about the svn-ports-all mailing list