aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile2
-rw-r--r--math/asymptote/Makefile3
-rw-r--r--math/plplot/Makefile3
3 files changed, 3 insertions, 5 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 6aef58114e5d..cdd0d94c2a92 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -196,7 +196,7 @@ USES+= readline
.else # LIBR_SLAVEPORT
.if ${PORT_OPTIONS:MGHOSTSCRIPT}
-USE_GHOSTSCRIPT_RUN= yes
+USES+= ghostscript
.endif
.if ${PORT_OPTIONS:MJPEG}
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 6b00c9c855bf..d40b09727f52 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -34,9 +34,8 @@ MAKE_JOBS_UNSAFE= yes
ONLY_FOR_ARCHS= i386 amd64
-USES= gmake perl5 python tar:tgz
+USES= ghostscript gmake perl5 python tar:tgz
USE_AUTOTOOLS= autoconf aclocal
-USE_GHOSTSCRIPT=yes
USE_GL= glut
USE_PERL5= build
USE_TEX= dvipsk formats
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 8287f827c494..466cf29a77a1 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -22,8 +22,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
USE_GNOME= pango
USE_PERL5= build
-USE_GHOSTSCRIPT=yes
-USES= cmake gmake perl5 pkgconfig
+USES= cmake ghostscript gmake perl5 pkgconfig
CMAKE_ARGS= -DENABLE_java:BOOL=OFF \
-DENABLE_octave:BOOL=OFF \
-DENABLE_pdl:BOOL=OFF \