diff options
-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 |