summaryrefslogtreecommitdiff
path: root/wm/xfce4-wm
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-04-18 22:33:21 +0000
committerdrochner <drochner@pkgsrc.org>2007-04-18 22:33:21 +0000
commitb1581dee6227b0888a82f88c8e72904088d21c9f (patch)
treeaba8d8b57ccf49eeb1a3ad59cdeba63bfc44ceba /wm/xfce4-wm
parentbb4d5e6e9a3d382b46d229339edfac4e10b70ba2 (diff)
downloadpkgsrc-b1581dee6227b0888a82f88c8e72904088d21c9f.tar.gz
include libXcomposite/bl3 so that we get the same functionality with
modular-x11
Diffstat (limited to 'wm/xfce4-wm')
-rw-r--r--wm/xfce4-wm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/xfce4-wm/Makefile b/wm/xfce4-wm/Makefile
index e389b8d7e08..d921ca1e4f6 100644
--- a/wm/xfce4-wm/Makefile
+++ b/wm/xfce4-wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/04/12 09:55:19 martti Exp $
+# $NetBSD: Makefile,v 1.23 2007/04/18 22:33:21 drochner Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -13,4 +13,6 @@ USE_DIRS+= xdg-1.4
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"