summaryrefslogtreecommitdiff
path: root/geography/qgis
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commit23fd2995db2bf47c3b3f74bf334b634ad1f516a8 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /geography/qgis
parent10a531fe60fc34c04b128387fde9e98cfb9cdef8 (diff)
downloadpkgsrc-23fd2995db2bf47c3b3f74bf334b634ad1f516a8.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'geography/qgis')
-rw-r--r--geography/qgis/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk
index 6b73f8f2c88..7290a8846a9 100644
--- a/geography/qgis/options.mk
+++ b/geography/qgis/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:44 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qgis
PKG_SUPPORTED_OPTIONS= python
@@ -14,7 +14,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE
CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE
CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin
PLIST.python= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.4
.include "../../lang/python/application.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../x11/py-sip/buildlink3.mk"