diff options
author | mef <mef> | 2013-04-02 17:32:36 +0000 |
---|---|---|
committer | mef <mef> | 2013-04-02 17:32:36 +0000 |
commit | 3025b3f84b293722b88904694c9d3d9a5cdccf7a (patch) | |
tree | 49e61076f8012a361bcf6a841f5dd6746b7485a7 /fonts/ghostscript-cidfonts-ryumin | |
parent | b1dc760d0cdfdb73755036159854193bbe4482f4 (diff) | |
download | pkgsrc-3025b3f84b293722b88904694c9d3d9a5cdccf7a.tar.gz |
PKG_OPTIONS_VAR= for ghostscript-gpl and ghostscript-agpl are both PKG_OPTIONS.ghostscript.
-.if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits)
+.if empty(PKG_BUILD_OPTIONS.ghostscript:Mdisable-compile-inits)
Diffstat (limited to 'fonts/ghostscript-cidfonts-ryumin')
-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 ca5546b6314..285b4f26e1b 100644 --- a/fonts/ghostscript-cidfonts-ryumin/Makefile +++ b/fonts/ghostscript-cidfonts-ryumin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/03/17 08:42:55 obache Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/02 17:32:36 mef Exp $ DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION} DISTFILES= # empty @@ -56,7 +56,7 @@ NO_CONFIGURE= yes .include "../../print/ghostscript-gpl/buildlink3.mk" -.if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits) +.if empty(PKG_BUILD_OPTIONS.ghostscript:Mdisable-compile-inits) PKG_FAIL_REASON+= 'You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.' .endif |