svn commit: r474559 - head/net/mininet
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 13 08:05:59 UTC 2018
Author: antoine
Date: Fri Jul 13 08:05:58 2018
New Revision: 474559
URL: https://svnweb.freebsd.org/changeset/ports/474559
Log:
mininet is not compatible with python3
Modified:
head/net/mininet/Makefile
Modified: head/net/mininet/Makefile
==============================================================================
--- head/net/mininet/Makefile Fri Jul 13 07:02:16 2018 (r474558)
+++ head/net/mininet/Makefile Fri Jul 13 08:05:58 2018 (r474559)
@@ -18,7 +18,7 @@ RUN_DEPENDS= iperf>=0:benchmarks/iperf \
socat>=0:net/socat \
bash:shells/bash
-USES= python
+USES= python:2.7
USE_PYTHON= distutils
USE_GITHUB= yes
More information about the svn-ports-head
mailing list