aboutsummaryrefslogtreecommitdiff
path: root/graphics/mapserver/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 17:07:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 17:07:26 +0000
commit926c80457ba93266c92d25ce104486fc3101d852 (patch)
tree4fe3821c37cb6d078630d18fa663115222471e1a /graphics/mapserver/Makefile
parenta5341091eb73a3b0935daf8915c7f79139235548 (diff)
downloadports-926c80457ba93266c92d25ce104486fc3101d852.tar.gz
ports-926c80457ba93266c92d25ce104486fc3101d852.zip
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=327419
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r--graphics/mapserver/Makefile6
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}