From 6ec8e80741a9c2856603c7addf63e31dca4f348e Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Thu, 25 Aug 2016 13:22:27 +0000 Subject: - Expand BUILD_DEPENDS before assigning it with : - No PORTREVISION bump necessary Pointed out by: crees --- net/py-nnpy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/py-nnpy') diff --git a/net/py-nnpy/Makefile b/net/py-nnpy/Makefile index 1f6aa92130de..2b2dc346efac 100644 --- a/net/py-nnpy/Makefile +++ b/net/py-nnpy/Makefile @@ -2,7 +2,6 @@ PORTNAME= nnpy PORTVERSION= 1.2 -PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,7 @@ LICENSE= MIT LIB_DEPENDS= libnanomsg.so:net/nanomsg BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python USE_PYTHON= autoplist distutils -- cgit v1.2.3