diff options
author | recht <recht@pkgsrc.org> | 2003-09-09 16:30:23 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-09 16:30:23 +0000 |
commit | a386f3b33ba635a00a9dd5ae771ad634237d4ab7 (patch) | |
tree | 202d8aaace1523eba1d49154dafca3be5fdf9f42 /x11 | |
parent | 580367156d00c9b7a53d6c40cb670ffcf0b6250a (diff) | |
download | pkgsrc-a386f3b33ba635a00a9dd5ae771ad634237d4ab7.tar.gz |
python/extension.mk has to be included before any other Python module.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-gnome2/Makefile | 8 |
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" |