diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-21 00:30:09 +0800 |
commit | 832fa9838ab1e4697a84f093306a5259c766afd6 (patch) | |
tree | e3db5d1ad3f330e38e50ecdcfc9753318db20ef1 /deskutils | |
parent | 259679e71a7cf3fa04dcd60ad745125e8bf16d87 (diff) | |
download | freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.gz freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.tar.zst freebsd-ports-gnome-832fa9838ab1e4697a84f093306a5259c766afd6.zip |
Use the new ghostscript options.
Submitted by: linimon
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> |