summaryrefslogtreecommitdiff
path: root/meta-pkgs/modular-xorg-libs/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-05-31 00:49:15 +0000
committerrodent <rodent>2013-05-31 00:49:15 +0000
commit2c5a23b551ce04cb4d5fca8d594218b5799ead92 (patch)
tree88cb5a0648bcc344aa4035ba41a3ba023f4978ef /meta-pkgs/modular-xorg-libs/Makefile
parent78c68c02951524339f093c9f9a179f8298b02741 (diff)
downloadpkgsrc-2c5a23b551ce04cb4d5fca8d594218b5799ead92.tar.gz
Include bsd.fast.prefs and then add wm/libAppleWM if OPSYS == Darwin,
as to not break this package on other platforms, given libAppleWM has ONLY_FOR_PLATFORM = Darwin-*-* set. Add wm/libWindowsWM as well. Bump version.
Diffstat (limited to 'meta-pkgs/modular-xorg-libs/Makefile')
-rw-r--r--meta-pkgs/modular-xorg-libs/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-pkgs/modular-xorg-libs/Makefile b/meta-pkgs/modular-xorg-libs/Makefile
index 17e5618c80f..d3eadf938c1 100644
--- a/meta-pkgs/modular-xorg-libs/Makefile
+++ b/meta-pkgs/modular-xorg-libs/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/11/01 06:02:03 sbd Exp $
+# $NetBSD: Makefile,v 1.9 2013/05/31 00:49:15 rodent Exp $
DISTNAME= # empty
-PKGNAME= modular-xorg-libs-1.0
-PKGREVISION= 3
+PKGNAME= modular-xorg-libs-1.1
CATEGORIES= meta-pkgs x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
DISTFILES= # empty
@@ -13,9 +12,15 @@ COMMENT= Modular Xorg library meta-package
META_PACKAGE= yes
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+.include "../../wm/libAppleWM/buildlink3.mk"
+.endif
.include "../../x11/libFS/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
+.include "../../wm/libWindowsWM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXTrap/buildlink3.mk"