diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 16:38:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 16:38:28 +0000 |
commit | bd628ddcbff93f8ff901ebb81bbba628cde8dd36 (patch) | |
tree | e80da1c3b12e9b81638116893714879a05f794fd /net-mgmt/argus3-clients | |
parent | 259d0c73e85e3e5b27cd7a952368f8556e6333d0 (diff) | |
download | ports-bd628ddcbff93f8ff901ebb81bbba628cde8dd36.tar.gz ports-bd628ddcbff93f8ff901ebb81bbba628cde8dd36.zip |
Notes
Diffstat (limited to 'net-mgmt/argus3-clients')
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile index a20916264bcd..49b9db47005b 100644 --- a/net-mgmt/argus3-clients/Makefile +++ b/net-mgmt/argus3-clients/Makefile @@ -17,14 +17,12 @@ CONFLICTS= argus-clients-2* argus-clients-sasl-2* OPTIONS_DEFINE= GEOIP MANPAGES MYSQL SASL OPTIONS_DEFAULT=MANPAGES MYSQL SASL -USES= bison ncurses - +USES= bison ncurses perl5 USE_CSTD= gnu89 .include <bsd.port.options.mk> GNU_CONFIGURE= true -USE_PERL5= yes .if ${PORT_OPTIONS:MSASL} PKGNAMESUFFIX+= -sasl |