summaryrefslogtreecommitdiff
path: root/x11/xfce4-session
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-02 14:23:01 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-02 14:23:01 +0000
commite0c8fe6158a4b67ee3291f5fd50f9ce33177e71f (patch)
treeb404ccc9ed87fc7c04b902f8dbf05d0126ad7255 /x11/xfce4-session
parent80e4c00ddcd9fc69d86c7dc6fd9c5a681a243fb8 (diff)
downloadpkgsrc-e0c8fe6158a4b67ee3291f5fd50f9ce33177e71f.tar.gz
Depend on iceauth as tool. Since the path of the program is hard-wired
the binaries, ensure that the real path is used. Otherwise the location of the wrapper would be used.
Diffstat (limited to 'x11/xfce4-session')
-rw-r--r--x11/xfce4-session/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile
index 62043f7ab18..b005d33c329 100644
--- a/x11/xfce4-session/Makefile
+++ b/x11/xfce4-session/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/11/09 07:09:05 martti Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/02 14:23:01 joerg Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -14,9 +14,11 @@ EGDIR= ${XFCE4_EGBASE}/session
CONF_FILES= ${EGDIR}/xfce4-session.rc \
${PKG_SYSCONFDIR}/xfce4-session.rc
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} ac_cv_path_ICEAUTH=${TOOLS_PATH.iceauth}
REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR}
+USE_TOOLS+= iceauth:run
+
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"