diff options
author | jlam <jlam> | 2002-09-18 22:17:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-18 22:17:29 +0000 |
commit | 8073cbf3d01c1c079c91bfeba45549192055fe42 (patch) | |
tree | 134540b0434dcdcebeb1365d2fadee916f6c4afc /print/ghostscript-gnu | |
parent | 4d42a6547ba546b024c13f93cd8f2cc5a914caab (diff) | |
download | pkgsrc-8073cbf3d01c1c079c91bfeba45549192055fe42.tar.gz |
Conflict with the forthcoming ghostscript-esp* packages.
Diffstat (limited to 'print/ghostscript-gnu')
-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 |