pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-qt4 don't include pyversion.mk directly - this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e3326964148
branches:  trunk
changeset: 554256:5e3326964148
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 11 17:56:48 2009 +0000

description:
don't include pyversion.mk directly - this breaks Python version
propagation if the pkg is required by another one
(use extension.mk instead)

diffstat:

 x11/py-qt4/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 8c9ae0359fb1 -r 5e3326964148 x11/py-qt4/Makefile
--- a/x11/py-qt4/Makefile       Wed Feb 11 17:53:40 2009 +0000
+++ b/x11/py-qt4/Makefile       Wed Feb 11 17:56:48 2009 +0000
@@ -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 @@
 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 @@
        (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"



Home | Main Index | Thread Index | Old Index