diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-18 15:25:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-18 15:25:15 +0000 |
commit | b3ec81fb02403e402a88c229e6233a39680e8179 (patch) | |
tree | 4367cfd520ae22cbd12118bf3be8fdad9a067b15 /x11/xfce4-session | |
parent | 0ed1b7aee0856409792caec27c1f70c393abb182 (diff) | |
download | pkgsrc-b3ec81fb02403e402a88c229e6233a39680e8179.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11/xfce4-session')
-rw-r--r-- | x11/xfce4-session/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile index 1087e775e70..6d8598d17c9 100644 --- a/x11/xfce4-session/Makefile +++ b/x11/xfce4-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:13 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/18 15:25:15 joerg Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -21,6 +21,11 @@ REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR} USE_TOOLS+= iceauth:run +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../x11/xfce4-mcs-plugins/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |