aboutsummaryrefslogtreecommitdiff
path: root/graphics/pgplot
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/pgplot
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/pgplot')
-rw-r--r--graphics/pgplot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 8b15b96a7c2a..5ffd85250a95 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -40,7 +40,8 @@ DOCS= cpg/cpgplot.doc pgplot-routines.tex pgplot.doc pgplot.html \
readme.pgdisp rgb.txt
SUFFIXES+= doc
PORTDOCS= ${DOCS:C|.*/||}
-USE_PERL5_BUILD= yes
+USES+= perl5
+USE_PERL5= build
.endif
.if ${PORT_OPTIONS:MEXAMPLES}