svn commit: r480333 - head/devel/py-tables

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 21 23:33:53 UTC 2018


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
 


More information about the svn-ports-head mailing list