diff options
author | joerg <joerg> | 2007-01-18 20:55:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-18 20:55:15 +0000 |
commit | 1e7e1591aff9543c16422225d777ac8bb678d56e (patch) | |
tree | f7b129a8a6e2eea8b97c69166b70673ca03e07de /x11 | |
parent | bf7853981ee669a22617991a72e6d8c5ae08ff71 (diff) | |
download | pkgsrc-1e7e1591aff9543c16422225d777ac8bb678d56e.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-utils/Makefile | 7 |
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" |