pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-gtk2 due to the way version requirement propaga...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30259ec96646
branches:  trunk
changeset: 461023:30259ec96646
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Sep 09 13:55:35 2003 +0000

description:
due to the way version requirement propagation works, <extension.mk>
must be included before other Python stuff in Python extension pkgs
which depend on other Python extension pkgs

diffstat:

 x11/py-gtk2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 83ed632e6db6 -r 30259ec96646 x11/py-gtk2/Makefile
--- a/x11/py-gtk2/Makefile      Tue Sep 09 13:55:05 2003 +0000
+++ b/x11/py-gtk2/Makefile      Tue Sep 09 13:55:35 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/09/08 21:32:18 recht Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/09 13:55:35 drochner Exp $
 #
 
 DISTNAME=      pygtk-2.0.0
@@ -25,8 +25,8 @@
 BUILDLINK_DEPENDS.python22-pth=        python22-pth>=2.2.2nb2
 
 .include "../../devel/libglade2/buildlink2.mk"
+.include "../../lang/python/extension.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
 .include "../../math/py-Numeric/buildlink2.mk"
 .include "../../x11/gtk2/buildlink2.mk"
 .include "../../x11/gtkglarea2/buildlink2.mk"



Home | Main Index | Thread Index | Old Index