diff options
author | drochner <drochner> | 2009-10-27 16:19:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-27 16:19:14 +0000 |
commit | a28375e8c12bf81a4f23c9f377f1759128ca3399 (patch) | |
tree | 85512392906a0c184ae9df96c42e9ced4e1df240 /x11/gnome-panel | |
parent | f82f70c40f8d35d4b4fe91e0833b9a9f3e93ebc7 (diff) | |
download | pkgsrc-a28375e8c12bf81a4f23c9f377f1759128ca3399.tar.gz |
tell configure the right python version, should fix build with
default set to 2.6 (problem reported by wiz)
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index d830418e556..1061ea0f13b 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -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_TOOLS+= gmake intltool msgfmt perl:run pkg-config 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 @@ BUILDLINK_API_DEPENDS.gnome-menus+= gnome-menus>=2.28.0 .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" |