diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-03 13:44:00 +0000 |
commit | 62a41b423ba42c0a1ab0c0ada5d33752e965f615 (patch) | |
tree | 5fff787fcf509ed53762690c395516c337412423 /math | |
parent | 3d7ef3e463a5e930be63835c21dd2d345f88ea2d (diff) | |
download | ports-62a41b423ba42c0a1ab0c0ada5d33752e965f615.tar.gz ports-62a41b423ba42c0a1ab0c0ada5d33752e965f615.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/glgraph/Makefile | 3 | ||||
-rw-r--r-- | math/lambda/Makefile | 3 | ||||
-rw-r--r-- | math/plplot/Makefile | 5 | ||||
-rw-r--r-- | math/xplot/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index 70bd2c15b963..29d3ee96ca0d 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -19,8 +19,9 @@ COMMENT= An OpenGL based function grapher RUN_DEPENDS= p5-OpenGL>=0:${PORTSDIR}/graphics/p5-OpenGL \ import:${PORTSDIR}/graphics/ImageMagick +USES= perl5 USE_BZIP2= yes -USE_PERL5_RUN= yes +USE_PERL5= run NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/math/lambda/Makefile b/math/lambda/Makefile index ff96e9d09d05..be9f3ef88c0c 100644 --- a/math/lambda/Makefile +++ b/math/lambda/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ MAINTAINER= ports@FreeBSD.org COMMENT= A lambda calculus interpreter -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build GNU_CONFIGURE= yes PLIST_FILES= bin/lambda \ diff --git a/math/plplot/Makefile b/math/plplot/Makefile index bf756e00cff0..a9f65b176571 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -24,9 +24,9 @@ OPTIONS_DEFINE= FORTRAN GD LUA PYTHON QT4 TCLTK THREADS WXGTK X11 OPTIONS_DEFAULT= THREADS X11 USE_GNOME= pango -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GHOSTSCRIPT=yes -USES= cmake +USES= cmake perl5 CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \ -DENABLE_pdl:BOOL=OFF -DENABLE_ada:BOOL=OFF \ -DENABLE_d:BOOL=OFF -DENABLE_ocaml:BOOL=OFF \ @@ -36,7 +36,6 @@ CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \ USE_GMAKE= yes USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes MAN1= plm2gif.1 plpr.1 pltek.1 plrender.1 diff --git a/math/xplot/Makefile b/math/xplot/Makefile index 271c36b723a1..ae6b0842b05f 100644 --- a/math/xplot/Makefile +++ b/math/xplot/Makefile @@ -14,8 +14,9 @@ MASTER_SITES= http://www.xplot.org/xplot/ MAINTAINER= ports@FreeBSD.org COMMENT= X11 plotting package +USES= perl5 USE_XORG= x11 -USE_PERL5_RUN= yes +USE_PERL5= run GNU_CONFIGURE= yes MAN1= tcpdump2xplot.1 xplot.1 |