summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-08-09 10:15:28 +0000
committersbd <sbd@pkgsrc.org>2012-08-09 10:15:28 +0000
commit11da5ce3b3aeedc563ffaf06ec61314757f28814 (patch)
tree2854bf0e28ab2709dd41327595ceb51ceca389af /x11
parentad32cab103b18e7b584fbb87ec4af00d2e764683 (diff)
downloadpkgsrc-11da5ce3b3aeedc563ffaf06ec61314757f28814.tar.gz
Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.
This is to stop pbulk trying to build the packages the python25 and looking for py25-qt4 dependence which doesn't exists causing Global dependency resolution failure.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-kde4/Makefile4
-rw-r--r--x11/py-qt4-qscintilla/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/py-kde4/Makefile b/x11/py-kde4/Makefile
index 33012da387b..c33e8edefc9 100644
--- a/x11/py-kde4/Makefile
+++ b/x11/py-kde4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/07/02 13:37:42 adam Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/09 10:15:28 sbd Exp $
PKGNAME= ${PYPKGPREFIX}-kde4-${_KDE_VERSION}
DISTNAME= pykde4-${_KDE_VERSION}
@@ -12,6 +12,8 @@ COMMENT= Python bindings for the KDE integrated X11 desktop
CMAKE_ARGS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}
+PYTHON_VERSIONS_INCOMPATIBLE+= 25
+
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
diff --git a/x11/py-qt4-qscintilla/Makefile b/x11/py-qt4-qscintilla/Makefile
index f6bbdf6e3ff..5fa888cfd1e 100644
--- a/x11/py-qt4-qscintilla/Makefile
+++ b/x11/py-qt4-qscintilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/07/03 18:14:26 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2012/08/09 10:15:28 sbd Exp $
#
DISTNAME= QScintilla-gpl-2.6.2
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_INCOMPATIBLE+= 25
+
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
USE_LIBTOOL= yes