diff options
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index 8baf9516dfe..efe3821f9e7 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2002/09/13 23:13:27 jlam Exp $ +# $NetBSD: Makefile.common,v 1.38 2002/09/18 22:16:53 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -11,7 +11,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html CONFLICTS+= ghostscript{,-nox11}-[0-9]* -CONFLICTS+= ghostscript-gnu{,-nox11}-[0-9]* +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 |