From 52a4008114680177cd03170e7d89ddd5cfe44b0d Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 17 Apr 2008 23:19:49 +0000 Subject: 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 --- print/ghostscript7/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'print/ghostscript7') 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}" \ -- cgit