diff options
author | obache <obache@pkgsrc.org> | 2014-01-11 12:29:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-11 12:29:39 +0000 |
commit | f5f8ce10d3bdd40ba31268ca53f315595d99f4a7 (patch) | |
tree | a2ba8500bee7331d4ba77b6858bf1ed9cba6bb0e /fonts | |
parent | cba9557b2dde80565e85374385c32ecac44831ef (diff) | |
download | pkgsrc-f5f8ce10d3bdd40ba31268ca53f315595d99f4a7.tar.gz |
use pkg build options for ghostscript to be detect installed ghostscript option
configuration, not to be built option.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ghostscript-cidfonts-ryumin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile index 7f4e21ffaa7..c0b5791e4b0 100644 --- a/fonts/ghostscript-cidfonts-ryumin/Makefile +++ b/fonts/ghostscript-cidfonts-ryumin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/09 08:08:55 mef Exp $ +# $NetBSD: Makefile,v 1.12 2014/01/11 12:29:39 obache Exp $ DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION} DISTFILES= # empty @@ -69,7 +69,7 @@ NO_CONFIGURE= yes .include "../../print/ghostscript/buildlink3.mk" # Following logic is flaky, for looking at PKG_OPTIONS.gs_type now NOT at build time -.if !empty(PKG_OPTIONS.gs_type:Mghostscript-agpl) +.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl) . include "../../print/ghostscript-agpl/Makefile.common" . if empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mdisable-compile-inits) PKG_FAIL_REASON+= '(agpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.' |