diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-03 09:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-03 09:25:39 +0000 |
commit | 805a3d664eac67a1a82903a8c0ca1383c2e91561 (patch) | |
tree | 892e2efd74793bda362cc4357c080b6edaa2ddb8 /x11/xfce4-session/Makefile | |
parent | 65516e2be0ab1dd267fc372a2a96bb8157d6241c (diff) | |
download | pkgsrc-805a3d664eac67a1a82903a8c0ca1383c2e91561.tar.gz |
Depend on xdg-1.4 for share/themes.
Diffstat (limited to 'x11/xfce4-session/Makefile')
-rw-r--r-- | x11/xfce4-session/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile index 58c2af37300..e626338a763 100644 --- a/x11/xfce4-session/Makefile +++ b/x11/xfce4-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/01/23 11:53:47 martti Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/03 09:27:33 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} \ REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR} +USE_DIRS+= xdg-1.4 USE_TOOLS+= iceauth:run BUILDLINK_DEPMETHOD.libXt?= build |