? print/ghostscript/work Index: print/ghostscript/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/print/ghostscript/Makefile,v retrieving revision 1.83 diff -u -r1.83 Makefile --- print/ghostscript/Makefile 13 Jan 2011 13:36:06 -0000 1.83 +++ print/ghostscript/Makefile 16 Jan 2011 13:03:42 -0000 @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.83 2011/01/13 13:36:06 wiz Exp $ DISTNAME= ghostscript-8.71 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} MASTER_SITES+= http://ghostscript.com/releases/ Index: print/ghostscript/options.mk =================================================================== RCS file: /cvsroot/pkgsrc/print/ghostscript/options.mk,v retrieving revision 1.11 diff -u -r1.11 options.mk --- print/ghostscript/options.mk 23 Dec 2010 11:44:54 -0000 1.11 +++ print/ghostscript/options.mk 16 Jan 2011 13:03:42 -0000 @@ -1,7 +1,7 @@ # $NetBSD: options.mk,v 1.11 2010/12/23 11:44:54 dsainty Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript -PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig +PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig disable-compile-inits PKG_SUGGESTED_OPTIONS= x11 fontconfig .include "../../mk/bsd.options.mk" @@ -46,3 +46,7 @@ .else CONFIGURE_ARGS+= --disable-fontconfig .endif + +.if !empty(PKG_OPTIONS:Mdisable-compile-inits) +CONFIGURE_ARGS+= --disable-compile-inits +.endif