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/c-icap | |
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/c-icap')
-rw-r--r-- | www/c-icap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 452b52279143..800673a06585 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -63,7 +63,7 @@ USE_OPENLDAP= YES .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 .endif .include <bsd.port.pre.mk> |