svn commit: r482880 - head/science/avogadro

Yuri Victorovich yuri at FreeBSD.org
Wed Oct 24 13:11:08 UTC 2018


Author: yuri
Date: Wed Oct 24 06:03:32 2018
New Revision: 482880
URL: https://svnweb.freebsd.org/changeset/ports/482880

Log:
  science/avogadro: Add CONFLICTS statement
  
  Approved by:	portmgr blanket

Modified:
  head/science/avogadro/Makefile

Modified: head/science/avogadro/Makefile
==============================================================================
--- head/science/avogadro/Makefile	Wed Oct 24 05:36:11 2018	(r482879)
+++ head/science/avogadro/Makefile	Wed Oct 24 06:03:32 2018	(r482880)
@@ -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>'
 


More information about the svn-ports-all mailing list