svn commit: r501663 - head/net/scapy

Mathieu Arnold mat at FreeBSD.org
Tue May 14 14:10:33 UTC 2019


Author: mat
Date: Tue May 14 14:10:32 2019
New Revision: 501663
URL: https://svnweb.freebsd.org/changeset/ports/501663

Log:
  Fixup those depends again.
  
  Pointy hat:	mat

Modified:
  head/net/scapy/Makefile   (contents, props changed)

Modified: head/net/scapy/Makefile
==============================================================================
--- head/net/scapy/Makefile	Tue May 14 14:08:25 2019	(r501662)
+++ head/net/scapy/Makefile	Tue May 14 14:10:32 2019	(r501663)
@@ -63,11 +63,12 @@ USES+=		python
 
 .include <bsd.port.pre.mk>
 
+.if ${PORT_OPTIONS:MIPYTHON}
 .if ${FLAVOR:Mpy27}
-IPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython5>0:devel/ipython5@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipython5>0:devel/ipython5@${PY_FLAVOR}
+.else
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR}
 .endif
-.if ${FLAVOR:Mpy3*}
-IPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR}
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list