svn commit: r443850 - head/net/py-netif

William Grzybowski wg at FreeBSD.org
Sun Jun 18 19:36:38 UTC 2017


Author: wg
Date: Sun Jun 18 19:36:37 2017
New Revision: 443850
URL: https://svnweb.freebsd.org/changeset/ports/443850

Log:
  net/py-netif: depends on py-bsd

Modified:
  head/net/py-netif/Makefile

Modified: head/net/py-netif/Makefile
==============================================================================
--- head/net/py-netif/Makefile	Sun Jun 18 19:35:26 2017	(r443849)
+++ head/net/py-netif/Makefile	Sun Jun 18 19:36:37 2017	(r443850)
@@ -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 Free
 LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	cython>0:lang/cython
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd
 
 USE_GITHUB=     yes
 GH_ACCOUNT=	freenas


More information about the svn-ports-all mailing list