pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-session Depend on iceauth as tool. Since the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91edf02a178c
branches: trunk
changeset: 503957:91edf02a178c
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Dec 02 14:23:01 2005 +0000
description:
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:
x11/xfce4-session/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 8e4deb02f677 -r 91edf02a178c x11/xfce4-session/Makefile
--- a/x11/xfce4-session/Makefile Fri Dec 02 13:57:49 2005 +0000
+++ b/x11/xfce4-session/Makefile Fri Dec 02 14:23:01 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index