diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 20:58:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-01-13 20:58:36 +0000 |
commit | 2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch) | |
tree | 0ab3646146acd5dfea61c57f28f979f6613d0336 /net-mgmt/argus3-clients | |
parent | 8634eafdb93075a48cc744574b5ea40bec528073 (diff) | |
download | ports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.gz ports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.zip |
Notes
Diffstat (limited to 'net-mgmt/argus3-clients')
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index ed1b2ad01f65..b005c73597fb 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -3,7 +3,7 @@ PORTNAME= argus-clients PORTVERSION= 3.0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -15,14 +15,12 @@ LICENSE= GPLv3 CONFLICTS= argus-clients-2* argus-clients-sasl-2* -OPTIONS_DEFINE= GEOIP MYSQL SASL DOCS EXAMPLES +OPTIONS_DEFINE= MYSQL SASL DOCS EXAMPLES OPTIONS_DEFAULT=MYSQL SASL OPTIONS_SUB= yes SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} MYSQL_USES= mysql -GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP -GEOIP_CONFIGURE_ON= --with-GeoIP=${LOCALBASE} USES= bison ncurses perl5 readline USE_CSTD= gnu89 |