Remove GS_VERSION dependency, see PR pkg/48479

This commit is contained in:
Makoto Fujiwara 2014-01-14 23:10:19 +00:00 committed by Thomas Klausner
parent 1f3b5752ab
commit 3ddafbc798

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2014/01/13 10:46:29 makoto Exp $ # $NetBSD: Makefile,v 1.8 2014/01/14 23:10:19 makoto Exp $
DISTNAME= ghostscript-cidfonts-20000901 DISTNAME= ghostscript-cidfonts-20000901
PKGREVISION= 5 PKGREVISION= 5
@ -10,12 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= CIDFont resources for Ghostscript COMMENT= CIDFont resources for Ghostscript
DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts
DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
GHOSTSCRIPT_REQD= 9.05 GHOSTSCRIPT_REQD= 9.05
ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/fonts
NO_CONFIGURE= yes NO_CONFIGURE= yes
NO_BUILD= yes NO_BUILD= yes
@ -26,12 +25,6 @@ FILES_SUBST+= PKG_INFO=${PKG_INFO:Q}
REQD_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont REQD_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont
.if !empty(PKG_OPTIONS.gs_type:Mghostscript-agpl)
. include "../../print/ghostscript-agpl/Makefile.common"
.else
. include "../../print/ghostscript-gpl/Makefile.common"
.endif
do-install: # nothing do-install: # nothing
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"