summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-07-14 10:58:01 +0000
committerwiz <wiz@pkgsrc.org>2008-07-14 10:58:01 +0000
commit195c6c95e52f95c0427411eff46b821b0e62064c (patch)
tree1584c2d6235969a800836ae1068379777cc21ef6 /x11
parent5c322c5d068dbf9357590bfa1f90a79c64acfb6a (diff)
downloadpkgsrc-195c6c95e52f95c0427411eff46b821b0e62064c.tar.gz
Mark as incompatible with python25 (PyHeapTypeObject lost its type member).
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt3-sip/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile
index d4356903c0d..912b7a1e43f 100644
--- a/x11/py-qt3-sip/Makefile
+++ b/x11/py-qt3-sip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/06/12 02:14:57 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2008/07/14 10:58:01 wiz Exp $
#
DISTNAME= sip-4.3.2
@@ -15,8 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-*
-# needs qmake
-BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools
+PYTHON_VERSIONS_INCOMPATIBLE= 25 23 21
USE_LIBTOOL= yes
USE_TOOLS+= gmake
@@ -59,5 +58,5 @@ do-configure:
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
-
+.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"