summaryrefslogtreecommitdiff
path: root/x11/py-gnome2
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-09 16:30:23 +0000
committerrecht <recht@pkgsrc.org>2003-09-09 16:30:23 +0000
commitf3167ceedc03c8e100c494e7f3ad55b5db3cef16 (patch)
tree202d8aaace1523eba1d49154dafca3be5fdf9f42 /x11/py-gnome2
parentcc1e71fbb907e72778cbfca46800fefe5326e1e0 (diff)
downloadpkgsrc-f3167ceedc03c8e100c494e7f3ad55b5db3cef16.tar.gz
python/extension.mk has to be included before any other Python module.
Diffstat (limited to 'x11/py-gnome2')
-rw-r--r--x11/py-gnome2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile
index a3e4be6a712..9094eca5ddf 100644
--- a/x11/py-gnome2/Makefile
+++ b/x11/py-gnome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/09 13:06:20 recht Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/09 16:30:23 recht Exp $
#
DISTNAME= gnome-python-2.0.0
@@ -22,6 +22,9 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
+
.include "../../www/libgtkhtml/buildlink2.mk"
.include "../../net/py-ORBit/buildlink2.mk"
.include "../../print/libgnomeprintui/buildlink2.mk"
@@ -30,8 +33,5 @@ BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../x11/gnome-panel/buildlink2.mk"
.include "../../x11/py-gtk2/buildlink2.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"