diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-18 22:17:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-18 22:17:29 +0000 |
commit | 204db8adf84ececcabee6185696ec49dd4dc68bc (patch) | |
tree | 134540b0434dcdcebeb1365d2fadee916f6c4afc | |
parent | eafdb776aff23596f6118699838d1a943a8681a7 (diff) | |
download | pkgsrc-204db8adf84ececcabee6185696ec49dd4dc68bc.tar.gz |
Conflict with the forthcoming ghostscript-esp* packages.
-rw-r--r-- | print/ghostscript-gnu/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index 3fd69d143c7..1ade7d60bf6 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2002/09/13 22:48:27 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2002/09/18 22:17:29 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 7.05 @@ -11,6 +11,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html 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 |