summaryrefslogtreecommitdiff
path: root/net/nmap/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/nmap/options.mk')
-rw-r--r--net/nmap/options.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/nmap/options.mk b/net/nmap/options.mk
index 91b48a288f9..e3bd26503dd 100644
--- a/net/nmap/options.mk
+++ b/net/nmap/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2009/07/20 19:40:08 adrianp Exp $
+# $NetBSD: options.mk,v 1.4 2010/03/21 21:58:23 pettai Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmap
-PKG_SUPPORTED_OPTIONS= zenmap inet6 ndiff
+PKG_SUPPORTED_OPTIONS= inet6 zenmap ndiff
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
@@ -19,7 +20,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mzenmap)
CONFIGURE_ARGS+= --with-zenmap
PLIST_SRC+= ${PKGDIR}/PLIST.zenmap
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
PY_PATCHPLIST= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
@@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --without-zenmap
.if !empty(PKG_OPTIONS:Mndiff)
CONFIGURE_ARGS+= --with-ndiff
PLIST_SRC+= ${PKGDIR}/PLIST.ndiff
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
.else
CONFIGURE_ARGS+= --without-ndiff
.endif