From e0c8fe6158a4b67ee3291f5fd50f9ce33177e71f Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Dec 2005 14:23:01 +0000 Subject: 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. --- x11/xfce4-session/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11/xfce4-session') 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" -- cgit v1.2.3