diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-16 04:59:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-16 04:59:16 +0800 |
commit | ed1b1f2145eaaf44ab43144095ce73c765403cdf (patch) | |
tree | 03f2608d0bcdf269af2e27cf36654d13b42d980a /net-mgmt | |
parent | f5dba8a544ec3c57f32d0dcbaef53628fcc2c067 (diff) | |
download | freebsd-ports-gnome-ed1b1f2145eaaf44ab43144095ce73c765403cdf.tar.gz freebsd-ports-gnome-ed1b1f2145eaaf44ab43144095ce73c765403cdf.tar.zst freebsd-ports-gnome-ed1b1f2145eaaf44ab43144095ce73c765403cdf.zip |
Add explicit USES=readline
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index 5bdf4deccad8..7f8aacf59923 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -3,6 +3,7 @@ PORTNAME= argus-clients PORTVERSION= 3.0.8 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -23,7 +24,7 @@ MYSQL_USE= MYSQL=yes GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP GEOIP_CONFIGURE_ON= --with-GeoIP=${LOCALBASE} -USES= bison ncurses perl5 +USES= bison ncurses perl5 readline USE_CSTD= gnu89 GNU_CONFIGURE= yes |