summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-10-27 16:19:14 +0000
committerdrochner <drochner@pkgsrc.org>2009-10-27 16:19:14 +0000
commitec3ee7c26c59d2fb7d0c251270cdddc1445788a5 (patch)
tree85512392906a0c184ae9df96c42e9ced4e1df240 /x11
parente0cbe82bb04a9bb4b0bcb5b4a363f9e09a16c229 (diff)
downloadpkgsrc-ec3ee7c26c59d2fb7d0c251270cdddc1445788a5.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')
-rw-r--r--x11/gnome-panel/Makefile4
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"