diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | 832fa9838ab1e4697a84f093306a5259c766afd6 (patch) | |
tree | e3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /misc | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | FreeBSD-ports-832fa9838ab1e4697a84f093306a5259c766afd6.zip FreeBSD-ports-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz |
Use the new ghostscript options.
Submitted by: linimon
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-workstation/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index 60e86b3..22c0769 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" |