pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-gnome2 python/extension.mk has to be included b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b36db82574f0
branches: trunk
changeset: 461036:b36db82574f0
user: recht <recht%pkgsrc.org@localhost>
date: Tue Sep 09 16:30:23 2003 +0000
description:
python/extension.mk has to be included before any other Python module.
diffstat:
x11/py-gnome2/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 0f17b6f0674a -r b36db82574f0 x11/py-gnome2/Makefile
--- a/x11/py-gnome2/Makefile Tue Sep 09 16:23:49 2003 +0000
+++ b/x11/py-gnome2/Makefile Tue Sep 09 16:30:23 2003 +0000
@@ -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 @@
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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index