- 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@
This commit is contained in:
parent
99281dcdc9
commit
d86445d661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267114
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue