diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-13 20:14:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-13 20:14:18 +0000 |
commit | d50f3329aec757587b0adbc83dc0bc73db19a93a (patch) | |
tree | 8712a2668fe43310526fa11bffb60c4996d690ed /print/ghostscript-gnu/Makefile.common | |
parent | 01390137ed92b829cccc6c5edf30cbd3e955d298 (diff) | |
download | pkgsrc-d50f3329aec757587b0adbc83dc0bc73db19a93a.tar.gz |
Note mutual conflicts between the ghostscript-gnu* packages.
Diffstat (limited to 'print/ghostscript-gnu/Makefile.common')
-rw-r--r-- | print/ghostscript-gnu/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index f483f5cdfb3..eb6cff0dcf7 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2002/09/13 05:43:26 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/09/13 20:14:18 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 7.05 @@ -11,7 +11,7 @@ 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-gnu{,-nox11,-x11}-[0-9]* DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts |