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 | |
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')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 7 | ||||
-rw-r--r-- | print/ghostscript-esp/Makefile.common | 3 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile.common | 3 | ||||
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 3 |
4 files changed, 12 insertions, 4 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 diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common index f5294bf0707..d0ae4313c3a 100644 --- a/print/ghostscript-esp/Makefile.common +++ b/print/ghostscript-esp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2005/05/30 14:52:52 dillo Exp $ +# $NetBSD: Makefile.common,v 1.24 2005/10/11 07:23:52 abs Exp $ DISTNAME= espgs-${GS_VERS}-source BASEGS_VERS= 7.07 @@ -16,6 +16,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.cups.org/ghostscript.html CONFLICTS+= ghostscript{,-nox11}-[0-9]* +CONFLICTS+= ghostscript-afpl-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index 96edacceb59..2b0840bab96 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2005/10/08 22:41:56 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.25 2005/10/11 07:23:52 abs Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 8.15 @@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html CONFLICTS+= ghostscript{,-nox11}-[0-9]* +CONFLICTS+= ghostscript-afpl-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index 746bf25ddba..40ce4a83994 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2005/05/30 14:52:52 dillo Exp $ +# $NetBSD: Makefile.common,v 1.60 2005/10/11 07:23:53 abs Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html CONFLICTS+= ghostscript{,-nox11}-[0-9]* +CONFLICTS+= ghostscript-afpl-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* CONFLICTS+= hpijs-[0-9]* |