summaryrefslogtreecommitdiff
path: root/x11/py-gnome2
diff options
context:
space:
mode:
authorrecht <recht>2003-09-09 16:30:23 +0000
committerrecht <recht>2003-09-09 16:30:23 +0000
commit6c725e008ccb01f6d020bed9fef5a30983d52118 (patch)
tree202d8aaace1523eba1d49154dafca3be5fdf9f42 /x11/py-gnome2
parent56723b7aef72a6daff7240592eb5e01004559301 (diff)
downloadpkgsrc-6c725e008ccb01f6d020bed9fef5a30983d52118.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"