diff options
author | dillo <dillo> | 2005-05-30 14:52:52 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-30 14:52:52 +0000 |
commit | 385d7ee084fe90eb2b4fb28a31fe508779fa56c2 (patch) | |
tree | e45ca722ac97a99c4d538d0c52711906ada87b29 /print/ghostscript-esp | |
parent | d494b81df96869a88ab109e7e1b6e0c02fc4bf11 (diff) | |
download | pkgsrc-385d7ee084fe90eb2b4fb28a31fe508779fa56c2.tar.gz |
Allow newer versions of ghostscript-fonts (for pending update to 8.11)
Diffstat (limited to 'print/ghostscript-esp')
-rw-r--r-- | print/ghostscript-esp/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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 |