aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-22 04:03:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-22 04:03:26 +0000
commitcb09d5bedb33c81609f28e114e08335535acf721 (patch)
treed1e4626ae414c54ec3fbe70cf7c3345dbcff3608 /deskutils
parent68342fefe14a5989615b104b317db547651eaf1f (diff)
downloadports-cb09d5bedb33c81609f28e114e08335535acf721.tar.gz
ports-cb09d5bedb33c81609f28e114e08335535acf721.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gworkspace/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile
index 4ac986643fff..3f399743beec 100644
--- a/deskutils/gworkspace/Makefile
+++ b/deskutils/gworkspace/Makefile
@@ -27,10 +27,11 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
-.ifdef USE_GHOSTSCRIPT
-PLIST_SUB+= PDFVIEW=""
-.else
+.if defined(WITHOUT_GHOSTSCRIPT)
PLIST_SUB+= PDFVIEW="@comment "
+.else
+PLIST_SUB+= PDFVIEW=""
+USE_GHOSTSCRIPT= yes
.endif
.include <bsd.port.mk>