diff options
Diffstat (limited to 'net/scapy')
-rw-r--r-- | net/scapy/Makefile | 4 | ||||
-rw-r--r-- | net/scapy/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile index d2182b6025d..6d1b7e1d62f 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:55 adam Exp $ DISTNAME= scapy-2.2.0 CATEGORIES= net @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-libpcap, py-libdnet +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-libpcap, py-libdnet INSTALLATION_DIRS+= share/examples/scapy diff --git a/net/scapy/options.mk b/net/scapy/options.mk index 26530616a8e..e12e54548c0 100644 --- a/net/scapy/options.mk +++ b/net/scapy/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/05/09 07:37:16 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2015/12/05 21:25:55 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.scapy @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-amkCrypto-[0-9]*:../../security/py-amkCrypto ### .if !empty(PKG_OPTIONS:Mgnuplot) DEPENDS+= ${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gnuplot +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gnuplot .endif ### |