summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-09-09 13:55:35 +0000
committerdrochner <drochner@pkgsrc.org>2003-09-09 13:55:35 +0000
commita004d87ea97ee7b81db83ecd814242bd224e58e6 (patch)
tree104275cf389372026f494e9ade24fc7d6ea724ce /x11
parenta69d59d93ebb4e35b19c69bf53ec302dd43cb2bc (diff)
downloadpkgsrc-a004d87ea97ee7b81db83ecd814242bd224e58e6.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/py-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index f1fc7c7a7ec..daba0da7848 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -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 @@ PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../devel/libglade2/buildlink2.mk"
-.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
.include "../../math/py-Numeric/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../x11/gtkglarea2/buildlink2.mk"