svn commit: r470743 - head/net/exabgp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 23 23:25:52 UTC 2018


Author: sunpoet
Date: Wed May 23 23:25:51 2018
New Revision: 470743
URL: https://svnweb.freebsd.org/changeset/ports/470743

Log:
  Simplify Makefile: use PY_IPADDRESS
  
  With hat:	python

Modified:
  head/net/exabgp/Makefile

Modified: head/net/exabgp/Makefile
==============================================================================
--- head/net/exabgp/Makefile	Wed May 23 23:25:00 2018	(r470742)
+++ head/net/exabgp/Makefile	Wed May 23 23:25:51 2018	(r470743)
@@ -10,7 +10,7 @@ MASTER_SITES=	GH \
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	BGP engine and route injector
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress@${PY_FLAVOR}
+RUN_DEPENDS=	${PY_IPADDRESS}
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT


More information about the svn-ports-all mailing list