summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2007-04-18 22:33:21 +0000
committerdrochner <drochner>2007-04-18 22:33:21 +0000
commit91d80db06c91b3bcc72aa0343cd7f7e5eb65539a (patch)
treeaba8d8b57ccf49eeb1a3ad59cdeba63bfc44ceba
parent8b81435850fa22bf2ec57d72f821d1a943dd2a0f (diff)
downloadpkgsrc-91d80db06c91b3bcc72aa0343cd7f7e5eb65539a.tar.gz
include libXcomposite/bl3 so that we get the same functionality with
modular-x11
-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"