diff options
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 |