diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-09 09:31:16 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-09 09:31:16 +0000 |
commit | b0d9de33d018d4216ccbbbeb210b8c22b758bc73 (patch) | |
tree | 4ace9c8e1b2512a78babecd114f70b31ddbb1ffa /archivers/py-zstandard | |
parent | e65ce05647fdb30cb57cb8cd14551b47a5362363 (diff) |
Notes
Diffstat (limited to 'archivers/py-zstandard')
-rw-r--r-- | archivers/py-zstandard/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/py-zstandard/Makefile b/archivers/py-zstandard/Makefile index f9f065c3500b..620474903a54 100644 --- a/archivers/py-zstandard/Makefile +++ b/archivers/py-zstandard/Makefile @@ -2,6 +2,7 @@ PORTNAME= zstandard DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,11 @@ COMMENT= Zstandard bindings for Python, a full-featured version LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${FLAVOR} +LIB_DEPENDS= libzstd.so:archivers/zstd -USES= python +USES= localbase python USE_PYTHON= distutils autoplist -#PYDISTUTILS_BUILDARGS= --system-zstd # fails: https://github.com/indygreg/python-zstandard/issues/43 +PYDISTUTILS_BUILDARGS= --system-zstd post-install: @cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} && ${STRIP_CMD} zstd.so _zstd_cffi.so |