aboutsummaryrefslogtreecommitdiff
path: root/net/cppzmq
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2017-10-23 07:19:52 +0000
committerVasil Dimov <vd@FreeBSD.org>2017-10-23 07:19:52 +0000
commit90a5f73cc7a43f0e73faa83c180c07b0988dd189 (patch)
tree3227aef3b6a864acf4e130feef9394d48192a42e /net/cppzmq
parent5ade6670db35b8fe7af4ab6d5bfd3c58f7552c3a (diff)
downloadports-90a5f73cc7a43f0e73faa83c180c07b0988dd189.tar.gz
ports-90a5f73cc7a43f0e73faa83c180c07b0988dd189.zip
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@
Notes
Notes: svn path=/head/; revision=452693
Diffstat (limited to 'net/cppzmq')
-rw-r--r--net/cppzmq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cppzmq/Makefile b/net/cppzmq/Makefile
index 8a5716deb397..65d0ed117b38 100644
--- a/net/cppzmq/Makefile
+++ b/net/cppzmq/Makefile
@@ -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