diff options
Diffstat (limited to 'net/scapy/Makefile')
-rw-r--r-- | net/scapy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile index 8fba3c7d117..0e7df887531 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/06/15 20:24:19 adam Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:18 wiz Exp $ DISTNAME= scapy-2.2.0 CATEGORIES= net @@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline NO_BUILD= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-libpcap, py-libdnet + INSTALLATION_DIRS+= share/examples/scapy .include "options.mk" |