aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-08-19 11:26:49 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-08-19 11:26:49 +0000
commitdc447395749064f82913d73a2cd18136bcef1b4b (patch)
tree401cf5d6fc965ebb400bdd87ac2d5f5edee9b213
parent638c74460167f82c6f74567e5e261ffb647b6d0d (diff)
downloadports-dc447395749064f82913d73a2cd18136bcef1b4b.tar.gz
ports-dc447395749064f82913d73a2cd18136bcef1b4b.zip
MFH: r448299
net/py-libnet: Limit to 2.x (Does not support Python 3) This (upstream) package does not appear to support (intentionally or otherwise) Python 3. It also fails to build with Python 3.x with a SyntaxError. This change corrects the USES=python:<version-spec> support declaration accordingly. PR: 219324 Reported by: Johannes Jost Meixner Approved by: portmgr (blanket) Approved by: ports-secteam (blanket)
Notes
Notes: svn path=/branches/2017Q3/; revision=448300
-rw-r--r--net/py-libnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile
index d2f4e4b5dec2..fcd527aaef66 100644
--- a/net/py-libnet/Makefile
+++ b/net/py-libnet/Makefile
@@ -20,7 +20,7 @@ BROKEN_aarch64= fails to package: lib.freebsd-11.0-RELEASE-p1-aarch64-2.7/libne
BROKEN_mips64= fails to package: lib.freebsd-11.0-RELEASE-p1-mips64-2.7/libnet.so: No such file or directory
BROKEN_powerpc64= fails to package: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory
-USES= python
+USES= python:-2.7
USE_PYTHON= distutils pythonprefix
USE_GITHUB= yes