summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
committerwiz <wiz@pkgsrc.org>2017-01-01 14:43:22 +0000
commitca819a0b15efa5e79e3bfab50a78792ffee0a46f (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /net/nmap
parent1a58303f2d3cf51da1514444f9fea97e40a0ba26 (diff)
downloadpkgsrc-ca819a0b15efa5e79e3bfab50a78792ffee0a46f.tar.gz
Add python-3.6 to incompatible versions.
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/options.mk b/net/nmap/options.mk
index 7c220966168..14f80c15658 100644
--- a/net/nmap/options.mk
+++ b/net/nmap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2016/12/14 22:47:06 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2017/01/01 14:43:50 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmap
@@ -25,7 +25,7 @@ REPLACE_PYTHON+= zenmap/zenmapCore/*.py
REPLACE_PYTHON+= zenmap/zenmapGUI/*.py
REPLACE_PYTHON+= zenmap/zenmapGUI/higwidgets/*.py
REPLACE_PYTHON+= zenmap/test/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xml, py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xml, py-sqlite2, py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"