mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/
CONFLICTS_INSTALL is more precise (it can be built and packaged concurrently, just not installed concurrently). Reported by: koobs@
This commit is contained in:
parent
5ade6670db
commit
90a5f73cc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452693
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ USES= cmake pkgconfig
|
|||
CMAKE_ARGS= --no-warn-unused-cli -Wno-dev
|
||||
|
||||
# cppzmq is included in libzmq2
|
||||
CONFLICTS= libzmq2
|
||||
CONFLICTS_INSTALL= libzmq2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zeromq
|
||||
|
|
Loading…
Add table
Reference in a new issue