summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authormef <mef>2013-04-03 01:54:45 +0000
committermef <mef>2013-04-03 01:54:45 +0000
commit886941bc835f5b56e110446d158f468764d96ad0 (patch)
tree4f0213eef01ad23e0b980712d58471f11d0ad936 /fonts
parent433ddb2e96c12eb686904fcc69e3587c121815c0 (diff)
downloadpkgsrc-886941bc835f5b56e110446d158f468764d96ad0.tar.gz
Previous commit was wrong, sorry. PKG_BUILD_OPTIONS looks PKGNAME. Thanks obache@
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ghostscript-cidfonts-ryumin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile
index 285b4f26e1b..67dc55b5ebb 100644
--- a/fonts/ghostscript-cidfonts-ryumin/Makefile
+++ b/fonts/ghostscript-cidfonts-ryumin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/04/02 17:32:36 mef Exp $
+# $NetBSD: Makefile,v 1.8 2013/04/03 01:54:45 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:Mdisable-compile-inits)
+.if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits)
PKG_FAIL_REASON+= 'You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.'
.endif