diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-15 17:17:01 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-15 17:17:01 +0000 |
commit | 0d3db84b1773ae71d2317d4225b1252fd07cccc3 (patch) | |
tree | 769875ea6e5be3b57b67b691a17819e10019bc71 /print/ghostscript8 | |
parent | da2cf059bbd02a1aa0780b28c51943c5f7d7ad39 (diff) |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 8c319f4abd0d..1bac0ed5a71b 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostscript PORTVERSION= 8.71 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -96,7 +96,10 @@ EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib .include <bsd.port.pre.mk> .include "${FILESDIR}/Makefile.drivers_post" -.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} +.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \ + ${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \ + ${OPTIONS_GROUP_ICONV:MGS_*:S/^GS_//} \ + ${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//} .if ${PORT_OPTIONS:MGS_${D}} PLIST_SUB+= GS_${D}="" .else @@ -150,7 +153,10 @@ pre-build-drivers.mak: .for N in ${DEVS_LIST} @${ECHO_CMD} 'DEVICE_${N}=' >> ${WRKSRC}/base/drivers.mak .endfor -.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} +.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \ + ${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \ + ${OPTIONS_GROUP_ICONV:MGS_*:S/^GS_//} \ + ${OPTIONS_GROUP_SVGALIB:MGS_*:S/^GS_//} .for N in ${DEVS_LIST} .if ${PORT_OPTIONS:MGS_${D}} .if !defined(OPTIONS_UNSET) || !${OPTIONS_UNSET:MGS_${D}} |