diff options
author | jkim <jkim@FreeBSD.org> | 2015-06-11 02:14:28 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-06-11 02:14:28 +0800 |
commit | fe973c06fa91937d8830a28d2554451a7e47a9c6 (patch) | |
tree | 08695bfe8256d88735cfe24e45471f70b4d79df4 | |
parent | 5bf595ede94696da75e9e665682f07ed98250315 (diff) | |
download | freebsd-ports-graphics-fe973c06fa91937d8830a28d2554451a7e47a9c6.tar.gz freebsd-ports-graphics-fe973c06fa91937d8830a28d2554451a7e47a9c6.tar.zst freebsd-ports-graphics-fe973c06fa91937d8830a28d2554451a7e47a9c6.zip |
Fix build dependency.
-rw-r--r-- | archivers/py-lz4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 1daf0c92b91..91901aaf5da 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -11,6 +11,8 @@ COMMENT= Python binding for the LZ4 compression library LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose + USE_PYTHON= autoplist distutils USES= python |