diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-29 15:14:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-29 15:14:56 +0800 |
commit | 6818da9c7c60d2b66e387859ed4e25c4f0c8fb44 (patch) | |
tree | cc9bdbb2be7a311ef69b22d340dacba288e5c869 /Mk/bsd.port.mk | |
parent | 51cca55ea61f816f6d7750e3ca667997fc336c99 (diff) | |
download | freebsd-ports-gnome-6818da9c7c60d2b66e387859ed4e25c4f0c8fb44.tar.gz freebsd-ports-gnome-6818da9c7c60d2b66e387859ed4e25c4f0c8fb44.tar.zst freebsd-ports-gnome-6818da9c7c60d2b66e387859ed4e25c4f0c8fb44.zip |
- 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@
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 0 insertions, 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 |