summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
Diffstat (limited to 'geography')
-rw-r--r--geography/qgis/Makefile3
-rw-r--r--geography/qgis/options.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile
index ba0770f23d6..8dcb06e3578 100644
--- a/geography/qgis/Makefile
+++ b/geography/qgis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2013/09/01 12:14:06 obache Exp $
+# $NetBSD: Makefile,v 1.36 2014/01/25 08:59:57 wiz Exp $
DISTNAME= qgis-1.7.4
PKGREVISION= 20
@@ -16,7 +16,6 @@ USE_LANGUAGES= c c++ fortran77
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= bison perl
-USE_X11= yes
.include "options.mk"
diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk
index dedf7c194a5..4a6128f5614 100644
--- a/geography/qgis/options.mk
+++ b/geography/qgis/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/08/27 11:42:58 adam Exp $
+# $NetBSD: options.mk,v 1.2 2014/01/25 08:59:57 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qgis
PKG_SUPPORTED_OPTIONS= python
@@ -14,6 +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 # 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"