summaryrefslogtreecommitdiff
path: root/net/scapy
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-08 19:08:44 +0000
committerwiz <wiz>2012-04-08 19:08:44 +0000
commit548c4bf53e091b791cbeee7f67f50dc27a4927b8 (patch)
treeb2d16eef0342bf56f8fbe64706fa44b26684cdf8 /net/scapy
parent7c47da9a0ae645a04ecc1096e4a619213417777c (diff)
downloadpkgsrc-548c4bf53e091b791cbeee7f67f50dc27a4927b8.tar.gz
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'net/scapy')
-rw-r--r--net/scapy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index ef52f38a8ef..65e17126595 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/03/15 11:53:36 obache Exp $
+# $NetBSD: Makefile,v 1.13 2012/04/08 19:09:10 wiz Exp $
#
DISTNAME= scapy-2.1.1
@@ -17,7 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "options.mk"