diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-08-25 08:20:00 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-08-25 08:20:00 +0800 |
commit | 7e8f1d31a88ea19639d3772a4ffb1ef70bc37e7b (patch) | |
tree | bebe78a166f8de497e6298cd2bc897330615bc0e /net | |
parent | c8264e274c4bc526ea58dca7faf100360fba673e (diff) | |
download | freebsd-ports-gnome-7e8f1d31a88ea19639d3772a4ffb1ef70bc37e7b.tar.gz freebsd-ports-gnome-7e8f1d31a88ea19639d3772a4ffb1ef70bc37e7b.tar.zst freebsd-ports-gnome-7e8f1d31a88ea19639d3772a4ffb1ef70bc37e7b.zip |
Add missing BUILD_DEPENDS.
Spotted by: koobs
Diffstat (limited to 'net')
-rw-r--r-- | net/py-nnpy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-nnpy/Makefile b/net/py-nnpy/Makefile index 499fefc51659..1f6aa92130de 100644 --- a/net/py-nnpy/Makefile +++ b/net/py-nnpy/Makefile @@ -2,6 +2,7 @@ PORTNAME= nnpy PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= cffi-based Python bindings for nanomsg LICENSE= MIT LIB_DEPENDS= libnanomsg.so:net/nanomsg -RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi +BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi +RUN_DEPENDS= ${BUILD_DEPENDS} USES= python USE_PYTHON= autoplist distutils |