From d86445d66106024b544319f87030668336ceb402 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 29 Dec 2010 07:14:56 +0000 Subject: [PATCH] - Fix Conflict handling. At the moment the build conflicts are recorded in the packages which is not necessary. Reported by: makc@ via cvs-ports@, #bsdports Submitted by: beat@ --- Mk/bsd.port.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 62b8100bb12e..2f8f03029aa7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2502,9 +2502,6 @@ PKG_ARGS+= -o ${PKGORIGIN} .if defined(CONFLICTS) && !defined(DISABLE_CONFLICTS) PKG_ARGS+= -C "${CONFLICTS}" .endif -.if defined(CONFLICTS_BUILD) && !defined(DISABLE_CONFLICTS) -PKG_ARGS+= -C "${CONFLICTS_BUILD}" -.endif .if defined(CONFLICTS_INSTALL) && !defined(DISABLE_CONFLICTS) PKG_ARGS+= -C "${CONFLICTS_INSTALL}" .endif