summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
committeradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
commit77e07989540405e14ae0f3af5dc2d76d75532797 (patch)
tree698d3960598fa1d41f5a80411323ce184dbefe95 /geography
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'geography')
-rw-r--r--geography/proj-swig/Makefile4
-rw-r--r--geography/qgis/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile
index 45e43d6ac2b..709e30a604b 100644
--- a/geography/proj-swig/Makefile
+++ b/geography/proj-swig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/04/26 14:12:39 maya Exp $
+# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:21 adam Exp $
DISTNAME= proj-swig-0.02
PKGREVISION= 10
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
# Defines PYSITELIB, apparently.
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.02
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.02
# Find guile20's includes
CFLAGS+= -I${BUILDLINK_PREFIX.guile20}/include/guile/2.0
diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk
index 11d69cd8223..f819a0e1511 100644
--- a/geography/qgis/options.mk
+++ b/geography/qgis/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2019/05/14 01:39:30 gdt Exp $
+# $NetBSD: options.mk,v 1.14 2019/09/02 13:20:21 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qgis
PKG_SUPPORTED_OPTIONS= python
@@ -19,7 +19,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE
CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin
CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE
PLIST_SRC+= ${PKGDIR}/PLIST.python
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # Documentation implies 27 is supported, 3x not.
+PYTHON_VERSIONS_ACCEPTED= 27 # Documentation implies 27 is supported, 3x not.
.include "../../lang/python/application.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"