diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 14:47:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 14:47:56 +0000 |
commit | 7815b83df4ba89985f8712047a45f85c382e7706 (patch) | |
tree | 2494f1a087318441aea0ea521ccf891615e31715 /www/havp/Makefile | |
parent | c5dfbb4c8c4212dccdc951c8a5b4655e133ee065 (diff) |
Notes
Diffstat (limited to 'www/havp/Makefile')
-rw-r--r-- | www/havp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 353b0a01ba83..bd34bf0b670c 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -14,9 +14,9 @@ COMMENT= HTTP Antivirus Proxy LIB_DEPENDS= clamav.7:${PORTSDIR}/security/clamav +USES= gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_RC_SUBR= havp CONFIGURE_ARGS= --disable-locking |