diff options
author | az <az@FreeBSD.org> | 2013-09-14 22:47:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 22:47:56 +0800 |
commit | 0e976df11039ab51cbd35c06f4b0500ddda540ed (patch) | |
tree | 2494f1a087318441aea0ea521ccf891615e31715 /www/havp | |
parent | 21e950fbb97388d3730c77c1f07359333f3a8168 (diff) | |
download | freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.tar.gz freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.tar.zst freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/havp')
-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 |