diff options
author | abs <abs> | 2005-10-11 07:23:52 +0000 |
---|---|---|
committer | abs <abs> | 2005-10-11 07:23:52 +0000 |
commit | d5640cd07afb2cf865514c7526322ca86847d8d7 (patch) | |
tree | 47f6a6ef8720ef38a71c43ee2d41138f6753fe6b /print/ghostscript-afpl | |
parent | c9aab7f8e06eec9378baf5b87b0a4a15680da5c9 (diff) | |
download | pkgsrc-d5640cd07afb2cf865514c7526322ca86847d8d7.tar.gz |
ghostscript-afpl really ought to join the "ghostscripts that install the
same files conflict with each other" dance...
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 0f945db4027..6718da6f255 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/08/23 14:04:03 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/11 07:23:52 abs Exp $ # DISTNAME= ghostscript-8.51 @@ -11,6 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://ghostscript.sourceforge.net/ COMMENT= Postscript interpreter +CONFLICTS+= ghostscript{,-nox11}-[0-9]* +CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* +CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* +CONFLICTS+= hpijs-[0-9]* + USE_TOOLS+= gmake GNU_CONFIGURE= yes |