Remove GS_VERSION dependency, see PR pkg/48479
This commit is contained in:
parent
1f3b5752ab
commit
3ddafbc798
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
PKGREVISION= 5
|
||||
|
@ -10,12 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
COMMENT= CIDFont resources for Ghostscript
|
||||
|
||||
DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts
|
||||
DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
|
||||
|
||||
GHOSTSCRIPT_REQD= 9.05
|
||||
|
||||
ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
|
||||
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource
|
||||
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/fonts
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
@ -26,12 +25,6 @@ FILES_SUBST+= PKG_INFO=${PKG_INFO:Q}
|
|||
|
||||
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
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue