Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2019 14:10:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501663 - head/net/scapy
Message-ID:  <201905141410.x4EEAW7e071075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905141410.x4EEAW7e071075>