diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /mbone | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/wb/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index 3e981484efba..4f865b3f9338 100644 --- a/mbone/wb/Makefile +++ b/mbone/wb/Makefile @@ -18,14 +18,8 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes -# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif - -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} +# ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. +USE_GHOSTSCRIPT_RUN= yes .include <bsd.port.pre.mk> @@ -33,7 +27,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} STRIP= .endif -pre-fetch: +pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO} "" @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" |