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/c-icap | |
parent | c5dfbb4c8c4212dccdc951c8a5b4655e133ee065 (diff) | |
download | ports-7815b83df4ba89985f8712047a45f85c382e7706.tar.gz ports-7815b83df4ba89985f8712047a45f85c382e7706.zip |
Notes
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> |