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 /deskutils | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gworkspace/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index cf62854a6c93..4ac986643fff 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -27,17 +27,10 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= GNUmakefile -.ifdef WITHOUT_GHOSTSCRIPT -PLIST_SUB+= PDFVIEW="@comment " -.else -.if defined(WITH_GHOSTSCRIPT_AFP1) -GSPORT?= print/ghostscript-afp1 -.else -GSPORT?= print/ghostscript-gnu -.endif -BUILD_DEPENDS+= gs:${PORTSDIR}/${GSPORT} -RUN_DEPENDS+= gs:${PORTSDIR}/${GSPORT} +.ifdef USE_GHOSTSCRIPT PLIST_SUB+= PDFVIEW="" +.else +PLIST_SUB+= PDFVIEW="@comment " .endif .include <bsd.port.mk> |