summaryrefslogtreecommitdiff
path: root/x11/xfce4-utils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-18 20:55:15 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-18 20:55:15 +0000
commit8e70e0999c10074bb541fd93465de7a91a657566 (patch)
treef7b129a8a6e2eea8b97c69166b70673ca03e07de /x11/xfce4-utils
parentd188ebab1f5844edbef19e6ef46e0d41e319e677 (diff)
downloadpkgsrc-8e70e0999c10074bb541fd93465de7a91a657566.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/xfce4-utils')
-rw-r--r--x11/xfce4-utils/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xfce4-utils/Makefile b/x11/xfce4-utils/Makefile
index d040e020a94..cce2c427bc8 100644
--- a/x11/xfce4-utils/Makefile
+++ b/x11/xfce4-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/12/12 06:19:33 martti Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/18 20:55:15 joerg Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -19,6 +19,11 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
.include "options.mk"
+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"