diff options
author | obache <obache@pkgsrc.org> | 2013-03-17 08:42:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-17 08:42:55 +0000 |
commit | fb9cca4d7392c85e8a5524532d188283ca6db54b (patch) | |
tree | 44e61735acf6bfd8268905670f5880cce1b26b94 | |
parent | e861ce100e9a5b4fe1126f02171647a24cd00f47 (diff) | |
download | pkgsrc-fb9cca4d7392c85e8a5524532d188283ca6db54b.tar.gz |
follow PKGBASE name change of ghostscript for option.
-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 bc6735015f2..ca5546b6314 100644 --- a/fonts/ghostscript-cidfonts-ryumin/Makefile +++ b/fonts/ghostscript-cidfonts-ryumin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/03/16 23:02:18 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2013/03/17 08:42:55 obache 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 |