View | Details | Raw Unified | Return to bug 248815
Collapse All | Expand All

(-)devel/py-tables/Makefile (-2 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tables
4
PORTNAME=	tables
5
PORTVERSION=	3.5.2
5
PORTVERSION=	3.5.2
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
7
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
18
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
19
		liblzo2.so:archivers/lzo2 \
19
		liblzo2.so:archivers/lzo2 \
20
		libucl.so:archivers/ucl
20
		libucl.so:archivers/ucl
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS} \
22
		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}mock>=2.0:devel/py-mock@${PY_FLAVOR}
22
24
23
CONFLICTS_BUILD=	zstd # conflicting version of zstd is bundled
25
CONFLICTS_BUILD=	zstd # conflicting version of zstd is bundled
24
26

Return to bug 248815