Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 19:10:34 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410721 - head/math/coinmp
Message-ID:  <201603091910.u29JAY70026286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603091910.u29JAY70026286>