diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
commit | e8c033346292b58e029cbed33f2020fa29fab8ec (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /graphics/pgplot | |
parent | 07673ea56e79850a055955863f379793fb272d54 (diff) | |
download | freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.gz freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.zst freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'graphics/pgplot')
-rw-r--r-- | graphics/pgplot/Makefile | 3 |
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} |