diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-29 07:14:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-29 07:14:56 +0000 |
commit | d86445d66106024b544319f87030668336ceb402 (patch) | |
tree | 2a58ee28e2c8bc00c143460fb1c46a6092550abc | |
parent | 99281dcdc9b7baf1c4dc0bcbacef08cde367a293 (diff) | |
download | ports-d86445d66106024b544319f87030668336ceb402.tar.gz ports-d86445d66106024b544319f87030668336ceb402.zip |
Notes
-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 |