summaryrefslogtreecommitdiff
path: root/misc/instant-workstation
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
commitb7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch)
tree1b6cdba0063a7653636c9b822f9b7e586ca8a359 /misc/instant-workstation
parents/sanity-check/check-sanity/ since the latter is the actual target name. (diff)
Use the new ghostscript options.
Submitted by: linimon
Notes
Notes: svn path=/head/; revision=98657
Diffstat (limited to 'misc/instant-workstation')
-rw-r--r--misc/instant-workstation/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile
index 60e86b3276f2..22c07691a232 100644
--- a/misc/instant-workstation/Makefile
+++ b/misc/instant-workstation/Makefile
@@ -14,11 +14,7 @@ MASTER_SITES= ftp://ftp.lemis.com/pub/
MAINTAINER= grog@lemis.com
COMMENT= Instant workstation installs a typical set of ports for a workstation
-.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
-GSPORT?= print/ghostscript-afpl
-.else
-GSPORT?= print/ghostscript-gnu
-.endif
+USE_GHOSTSCRIPT_RUN= yes
RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread5 \
bash:${PORTSDIR}/shells/bash2 \
@@ -26,7 +22,6 @@ RUN_DEPENDS= acroread:${PORTSDIR}/print/acroread5 \
dos2unix:${PORTSDIR}/converters/unix2dos \
emacs:${PORTSDIR}/editors/emacs20 \
fetchmail:${PORTSDIR}/mail/fetchmail \
- gs:${PORTSDIR}/${GSPORT} \
grip:${PORTSDIR}/audio/grip \
gimp:${PORTSDIR}/graphics/gimp1 \
gv:${PORTSDIR}/print/gv \
@@ -50,7 +45,7 @@ NO_BUILD= YES
RUN_DEPENDS+= mount_smbfs:${PORTSDIR}/net/smbfs
.endif
-pre-fetch:
+pre-everything::
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"