diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-09 19:10:34 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-09 19:10:34 +0000 |
commit | 9a3160ae5ff0c1e84cb30ce548e9278f7672ac03 (patch) | |
tree | 8ffd611d32f1152fa48e7bc1bc0aa7b0d004bc6e | |
parent | sysutils/monit: update 5.17 -> 5.17.1 (diff) |
math/coinmp: add conflict with ogdf
PR: 207531
Submitted by: gahr
-rw-r--r-- | math/coinmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 39aad31f76df..67489f16d256 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -14,7 +14,8 @@ LICENSE_NAME= Common Public License, Version 1.0 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 |