svn commit: r452693 - head/net/cppzmq

Vasil Dimov vd at FreeBSD.org
Mon Oct 23 07:19:54 UTC 2017


Author: vd
Date: Mon Oct 23 07:19:52 2017
New Revision: 452693
URL: https://svnweb.freebsd.org/changeset/ports/452693

Log:
  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@

Modified:
  head/net/cppzmq/Makefile

Modified: head/net/cppzmq/Makefile
==============================================================================
--- head/net/cppzmq/Makefile	Mon Oct 23 06:49:03 2017	(r452692)
+++ head/net/cppzmq/Makefile	Mon Oct 23 07:19:52 2017	(r452693)
@@ -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


More information about the svn-ports-all mailing list