diff options
author | mef <mef@pkgsrc.org> | 2013-04-03 01:54:45 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-04-03 01:54:45 +0000 |
commit | 27fd5210b7f29d3e16945a4f323f54d969d6adf0 (patch) | |
tree | 4f0213eef01ad23e0b980712d58471f11d0ad936 /fonts | |
parent | f9fe2e8913e70c7d64c19df3b3e673454be79b7d (diff) | |
download | pkgsrc-27fd5210b7f29d3e16945a4f323f54d969d6adf0.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/Makefile | 4 |
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 |