pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnome-panel tell configure the right python versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b2fdfad3985
branches:  trunk
changeset: 400794:9b2fdfad3985
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Oct 27 16:19:14 2009 +0000

description:
tell configure the right python version, should fix build with
default set to 2.6 (problem reported by wiz)

diffstat:

 x11/gnome-panel/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 9462111c451f -r 9b2fdfad3985 x11/gnome-panel/Makefile
--- a/x11/gnome-panel/Makefile  Tue Oct 27 15:31:28 2009 +0000
+++ b/x11/gnome-panel/Makefile  Tue Oct 27 16:19:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2009/10/26 10:57:21 drochner Exp $
+# $NetBSD: Makefile,v 1.117 2009/10/27 16:19:14 drochner Exp $
 #
 
 DISTNAME=              gnome-panel-2.28.0
@@ -22,6 +22,7 @@
 USE_PKGLOCALEDIR=      YES
 USE_LIBTOOL=           YES
 PKGCONFIG_OVERRIDE=    libpanel-applet/libpanelapplet-2.0.pc.in
+CONFIGURE_ENV+=                PYTHON=${PYTHONBIN}
 
 GCONF_SCHEMAS= clock.schemas
 GCONF_SCHEMAS+=        fish.schemas
@@ -69,6 +70,7 @@
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
 .include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../x11/py-gnome2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index