diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-17 15:37:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-17 15:37:35 +0000 |
commit | bafefc250d8f94a10a0cd809cac7c640ecd108bd (patch) | |
tree | 0f1a6f50c7118c8708e3e8521ecf0a21fd31e9c3 /x11/xfce4-mcs-plugins | |
parent | 05d4096e56c6b9242c28790055c83707c82ea860 (diff) | |
download | pkgsrc-bafefc250d8f94a10a0cd809cac7c640ecd108bd.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11/xfce4-mcs-plugins')
-rw-r--r-- | x11/xfce4-mcs-plugins/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xfce4-mcs-plugins/Makefile b/x11/xfce4-mcs-plugins/Makefile index 98f9c6090af..8f0bab49009 100644 --- a/x11/xfce4-mcs-plugins/Makefile +++ b/x11/xfce4-mcs-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:12 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/17 15:37:35 joerg Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -8,6 +8,11 @@ PKGREVISION= 4 CATEGORIES= x11 COMMENT= Xfce settings manager plugins +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-manager/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |