From f3167ceedc03c8e100c494e7f3ad55b5db3cef16 Mon Sep 17 00:00:00 2001 From: recht Date: Tue, 9 Sep 2003 16:30:23 +0000 Subject: python/extension.mk has to be included before any other Python module. --- x11/py-gnome2/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11') 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" -- cgit v1.2.3