diff options
author | wg <wg@FreeBSD.org> | 2017-06-19 03:36:37 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2017-06-19 03:36:37 +0800 |
commit | 9d2798b7da69995c84c70e17dece76ef0960ccf7 (patch) | |
tree | 2369ab45ab4475621953aa5c91d9aca2697a1a0c /net | |
parent | 5ddcfcf3902645c406daf3510d1de14c6497f12c (diff) | |
download | freebsd-ports-gnome-9d2798b7da69995c84c70e17dece76ef0960ccf7.tar.gz freebsd-ports-gnome-9d2798b7da69995c84c70e17dece76ef0960ccf7.tar.zst freebsd-ports-gnome-9d2798b7da69995c84c70e17dece76ef0960ccf7.zip |
net/py-netif: depends on py-bsd
Diffstat (limited to 'net')
-rw-r--r-- | net/py-netif/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-netif/Makefile b/net/py-netif/Makefile index af1a8b9f8320..0f8f8a376445 100644 --- a/net/py-netif/Makefile +++ b/net/py-netif/Makefile @@ -3,6 +3,7 @@ PORTNAME= netif PORTVERSION= 1.0.20170424 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,7 @@ COMMENT= Python network configuration library for FreeBSD LICENSE= BSD2CLAUSE BUILD_DEPENDS= cython>0:lang/cython +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd USE_GITHUB= yes GH_ACCOUNT= freenas |