diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-24 14:03:32 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-24 14:03:32 +0800 |
commit | c283496539b92546c26109c813bb3e6abd27c6f2 (patch) | |
tree | 4a1a3d0da3faabe4e1becaa479414615fd9cb2e8 | |
parent | 7b4092cf1f5a67f1e0e0367458a71772a067eae4 (diff) | |
download | freebsd-ports-gnome-c283496539b92546c26109c813bb3e6abd27c6f2.tar.gz freebsd-ports-gnome-c283496539b92546c26109c813bb3e6abd27c6f2.tar.zst freebsd-ports-gnome-c283496539b92546c26109c813bb3e6abd27c6f2.zip |
science/avogadro: Add CONFLICTS statement
Approved by: portmgr blanket
-rw-r--r-- | science/avogadro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index e7d8d39f410a..5e5f135b8394 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -12,6 +12,8 @@ COMMENT= Advanced molecular editor and viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= libmsym + BROKEN_armv6= fails to compile: eigen2/Eigen/src/Core/Assign.h: you mixed different numeric types in 'Eigen::ei_static_assert<false>' BROKEN_armv7= fails to compile: eigen2/Eigen/src/Core/Assign.h: you mixed different numeric types in 'Eigen::ei_static_assert<false>' |