summaryrefslogtreecommitdiff
path: root/x11/py-qt4
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-02-11 17:56:48 +0000
committerdrochner <drochner@pkgsrc.org>2009-02-11 17:56:48 +0000
commit4ba2de44238f40cdc0e010375ef0e719d397de90 (patch)
tree6ea84c7c42f21b2c5a8864ae108137068521e0ab /x11/py-qt4
parent340f24d28d66031ef90a1a997f920db895bb6a5a (diff)
downloadpkgsrc-4ba2de44238f40cdc0e010375ef0e719d397de90.tar.gz
don't include pyversion.mk directly - this breaks Python version
propagation if the pkg is required by another one (use extension.mk instead)
Diffstat (limited to 'x11/py-qt4')
-rw-r--r--x11/py-qt4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile
index e66deeeed3f..0bf4eaa2669 100644
--- a/x11/py-qt4/Makefile
+++ b/x11/py-qt4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/12/23 22:22:16 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/02/11 17:56:48 drochner Exp $
#
PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
@@ -42,7 +42,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.Darwin
DISTNAME= PyQt-x11-gpl-${PYQT_VERSION}
PLIST_SRC+= ${PKGDIR}/PLIST.X11
.endif
-.include "../../lang/python/pyversion.mk"
+.include "../../lang/python/extension.mk"
.if ${PYPKGPREFIX} == "py24"
PLIST_SRC+= ${PKGDIR}/PLIST.elementtree
.endif
@@ -53,7 +53,6 @@ do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} configure.py ${CONFIGURE_ARGS})
-.include "../../lang/python/extension.mk"
BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.7.9
.include "../../x11/py-sip/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"