diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
commit | 926c80457ba93266c92d25ce104486fc3101d852 (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /graphics/mapserver | |
parent | a5341091eb73a3b0935daf8915c7f79139235548 (diff) | |
download | ports-926c80457ba93266c92d25ce104486fc3101d852.tar.gz ports-926c80457ba93266c92d25ce104486fc3101d852.zip |
Notes
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index bd42f935a873..7b2522de87b6 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -149,10 +149,10 @@ PLIST_SUB+= PHP="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5=yes -PLIST_SUB+= PERL="" +USES+= perl5 +PLIST_SUB+= PERL="" .else -PLIST_SUB+= PERL="@comment " +PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MCURL} |