diff options
author | vd <vd@FreeBSD.org> | 2017-10-23 15:19:52 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2017-10-23 15:19:52 +0800 |
commit | bd3596c222ce9973af423dd5470794c155fa7b11 (patch) | |
tree | 3227aef3b6a864acf4e130feef9394d48192a42e /net/cppzmq | |
parent | cfce7c67de46d3f6ea3a4e3e5bb0711e1669214e (diff) | |
download | freebsd-ports-gnome-bd3596c222ce9973af423dd5470794c155fa7b11.tar.gz freebsd-ports-gnome-bd3596c222ce9973af423dd5470794c155fa7b11.tar.zst freebsd-ports-gnome-bd3596c222ce9973af423dd5470794c155fa7b11.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@
Diffstat (limited to 'net/cppzmq')
-rw-r--r-- | net/cppzmq/Makefile | 2 |
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 |