summaryrefslogtreecommitdiff
path: root/devel/gdb7/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb7/options.mk')
-rw-r--r--devel/gdb7/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdb7/options.mk b/devel/gdb7/options.mk
index 0f2f3e4cbec..f62ce7541a6 100644
--- a/devel/gdb7/options.mk
+++ b/devel/gdb7/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2017/06/05 10:41:28 maya Exp $
+# $NetBSD: options.mk,v 1.2 2018/07/03 05:03:09 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gdb
PKG_SUPPORTED_OPTIONS= python
@@ -8,6 +8,6 @@ PKG_SUGGESTED_OPTIONS= python
.if !empty(PKG_OPTIONS:Mpython)
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
.include "../../lang/python/application.mk"
.endif