Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 23:33:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480333 - head/devel/py-tables
Message-ID:  <201809212333.w8LNXrTx074983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Sep 21 23:33:52 2018
New Revision: 480333
URL: https://svnweb.freebsd.org/changeset/ports/480333

Log:
  devel/py-tables: Add CONFLICTS_BUILD statement.

Modified:
  head/devel/py-tables/Makefile

Modified: head/devel/py-tables/Makefile
==============================================================================
--- head/devel/py-tables/Makefile	Fri Sep 21 23:23:37 2018	(r480332)
+++ head/devel/py-tables/Makefile	Fri Sep 21 23:33:52 2018	(r480333)
@@ -20,6 +20,8 @@ LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 		libucl.so:archivers/ucl
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+CONFLICTS_BUILD=	zstd # conflicting version of zstd is bundled
+
 USES=		fortran python
 USE_PYTHON=	autoplist concurrent distutils cython
 



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