1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix USE_GHOSTSCRIPT and option WITHOUT_GHOSTSCRIPT

This commit is contained in:
Dirk Meyer 2004-01-22 04:03:26 +00:00
parent 68342fefe1
commit cb09d5bedb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98748

View File

@ -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>