diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-18 22:16:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-18 22:16:53 +0000 |
commit | eafdb776aff23596f6118699838d1a943a8681a7 (patch) | |
tree | 088ab16dfd9ff9aba629d287ac8f399a4751a758 /print/ghostscript-nox11 | |
parent | 502c977ebf052acaae3110a5ff0b8a118999698e (diff) | |
download | pkgsrc-eafdb776aff23596f6118699838d1a943a8681a7.tar.gz |
Conflict with ghostscript-gnu-x11 and with the forthcoming ghostscript-esp*
packages.
Diffstat (limited to 'print/ghostscript-nox11')
-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 |