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/pgplot/Makefile | |
parent | a5341091eb73a3b0935daf8915c7f79139235548 (diff) | |
download | ports-926c80457ba93266c92d25ce104486fc3101d852.tar.gz ports-926c80457ba93266c92d25ce104486fc3101d852.zip |
Notes
Diffstat (limited to 'graphics/pgplot/Makefile')
-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} |