diff options
-rw-r--r-- | lang/gambc/Makefile | 2 | ||||
-rw-r--r-- | lang/gambit-c/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile index b023bbf5f64a..9b6e2aef5508 100644 --- a/lang/gambc/Makefile +++ b/lang/gambc/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/4.0/source/ MAINTAINER= rzinkov@gmail.com COMMENT= Gambit programming system where the compiler generates portable C code +CONFLICTS= ghostscript-gpl-* ghostscript-gnu-* + USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index b023bbf5f64a..9b6e2aef5508 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/4.0/source/ MAINTAINER= rzinkov@gmail.com COMMENT= Gambit programming system where the compiler generates portable C code +CONFLICTS= ghostscript-gpl-* ghostscript-gnu-* + USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index f55cceb35e52..1fa935bb34ed 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -55,6 +55,8 @@ EXTRACT_ONLY= ${GS_SRCS} MAINTAINER= ports@FreeBSD.org COMMENT= GNU Postscript interpreter +CONFLICTS= gambc-* ghostscript-gpl-* + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 6314f9811acc..d5b5eb6c3a8b 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -25,6 +25,8 @@ EXTRACT_ONLY= ${GS_SRCS} ${IJS_SRCS} MAINTAINER= ports@FreeBSD.org COMMENT= GPL Postscript interpreter +CONFLICTS= gambc-* ghostscript-gnu-* + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index f55cceb35e52..1fa935bb34ed 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -55,6 +55,8 @@ EXTRACT_ONLY= ${GS_SRCS} MAINTAINER= ports@FreeBSD.org COMMENT= GNU Postscript interpreter +CONFLICTS= gambc-* ghostscript-gpl-* + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 6314f9811acc..d5b5eb6c3a8b 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -25,6 +25,8 @@ EXTRACT_ONLY= ${GS_SRCS} ${IJS_SRCS} MAINTAINER= ports@FreeBSD.org COMMENT= GPL Postscript interpreter +CONFLICTS= gambc-* ghostscript-gnu-* + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts |