summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmap/options.mk b/net/nmap/options.mk
index e3bd26503dd..299e116e0a8 100644
--- a/net/nmap/options.mk
+++ b/net/nmap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2010/03/21 21:58:23 pettai Exp $
+# $NetBSD: options.mk,v 1.5 2011/02/25 09:47:26 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmap
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mzenmap)
CONFIGURE_ARGS+= --with-zenmap
PLIST_SRC+= ${PKGDIR}/PLIST.zenmap
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
PY_PATCHPLIST= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --without-zenmap
.if !empty(PKG_OPTIONS:Mndiff)
CONFIGURE_ARGS+= --with-ndiff
PLIST_SRC+= ${PKGDIR}/PLIST.ndiff
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
.else
CONFIGURE_ARGS+= --without-ndiff
.endif