aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript7
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-04-18 07:19:49 +0800
committeredwin <edwin@FreeBSD.org>2008-04-18 07:19:49 +0800
commit52a4008114680177cd03170e7d89ddd5cfe44b0d (patch)
tree800b41ebeac1ecff5351f6e9a76703cafc886c1c /print/ghostscript7
parent936f0381c3c0d62fb1efe53fe87861697106b5a5 (diff)
downloadfreebsd-ports-gnome-52a4008114680177cd03170e7d89ddd5cfe44b0d.tar.gz
freebsd-ports-gnome-52a4008114680177cd03170e7d89ddd5cfe44b0d.tar.zst
freebsd-ports-gnome-52a4008114680177cd03170e7d89ddd5cfe44b0d.zip
Incorrect CONFLICTS in multiple ports.
There are incorrect CONFLICTS in multiple ports. E.g.: contain two CONFLICTS= lines, the second line overrides the first one. PR: ports/122851 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'print/ghostscript7')
-rw-r--r--print/ghostscript7/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 1fa935bb34ed..48235a4ef06e 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -55,8 +55,6 @@ 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
@@ -64,7 +62,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print
# normazile WRKSRC so things like cups-pstoraster may work
WRKSRC= ${WRKDIR}/${PORTNAME}
-CONFLICTS= ghostscript-gpl*
+CONFLICTS= gambc-* ghostscript-gpl-*
+
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \