svn commit: r410721 - head/math/coinmp

Kurt Jaeger pi at FreeBSD.org
Wed Mar 9 19:10:35 UTC 2016


Author: pi
Date: Wed Mar  9 19:10:34 2016
New Revision: 410721
URL: https://svnweb.freebsd.org/changeset/ports/410721

Log:
  math/coinmp: add conflict with ogdf
  
  PR:		207531
  Submitted by:	gahr

Modified:
  head/math/coinmp/Makefile

Modified: head/math/coinmp/Makefile
==============================================================================
--- head/math/coinmp/Makefile	Wed Mar  9 18:48:58 2016	(r410720)
+++ head/math/coinmp/Makefile	Wed Mar  9 19:10:34 2016	(r410721)
@@ -14,7 +14,8 @@ LICENSE_NAME=	Common Public License, Ver
 LICENSE_FILE=	${WRKSRC}/CoinMP/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-CONFLICTS=	clp-[0-9]*
+# note: with ogdf only if build with COIN option
+CONFLICTS=	clp-[0-9]* ogdf-*
 
 GNU_CONFIGURE=	yes
 USES=	libtool pkgconfig tar:tgz


More information about the svn-ports-all mailing list