diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-30 14:52:52 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-30 14:52:52 +0000 |
commit | 4717b2aaea3164d1bcdadb6da65bd07ea977f216 (patch) | |
tree | e45ca722ac97a99c4d538d0c52711906ada87b29 /print | |
parent | 5cfafe74dfa7f7d930e4156d9976fd065d303160 (diff) | |
download | pkgsrc-4717b2aaea3164d1bcdadb6da65bd07ea977f216.tar.gz |
Allow newer versions of ghostscript-fonts (for pending update to 8.11)
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-esp/Makefile.common | 4 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile.common | 4 | ||||
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common index 1801f73863a..f5294bf0707 100644 --- a/print/ghostscript-esp/Makefile.common +++ b/print/ghostscript-esp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2005/05/22 20:08:27 jlam Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/05/30 14:52:52 dillo Exp $ DISTNAME= espgs-${GS_VERS}-source BASEGS_VERS= 7.07 @@ -19,7 +19,7 @@ CONFLICTS+= ghostscript{,-nox11}-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* -DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts +DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} USE_PKGINSTALL= yes diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index 208a493ec84..d9428f6d9cd 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2005/05/30 07:53:54 rillig Exp $ +# $NetBSD: Makefile.common,v 1.22 2005/05/30 14:52:52 dillo Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 7.07 @@ -14,7 +14,7 @@ CONFLICTS+= ghostscript{,-nox11}-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* -DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts +DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts USE_TOOLS+= gmake GNU_CONFIGURE= YES diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index facd4c34b81..746bf25ddba 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2005/05/22 20:08:27 jlam Exp $ +# $NetBSD: Makefile.common,v 1.59 2005/05/30 14:52:52 dillo Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -15,7 +15,7 @@ CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* CONFLICTS+= hpijs-[0-9]* -DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts +DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts DEPENDS+= watanabe-vfont-19930318:../../fonts/watanabe_vfont WRKSRC= ${WRKDIR}/gs${GS_VERS} |