diff options
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]* |