summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-31 00:45:30 +0000
committerrodent <rodent@pkgsrc.org>2013-05-31 00:45:30 +0000
commitbb174c73d8e1b9c121bbca9dad1ec369d48dd2f6 (patch)
treea745007564c1430dc7304680e7223dee59d4eb5e /meta-pkgs
parent8805ce445902a7763d772587e9f3b4ced190428d (diff)
downloadpkgsrc-bb174c73d8e1b9c121bbca9dad1ec369d48dd2f6.tar.gz
Include bsd.fast.prefs and then add wm/applewmproto if OPSYS == Darwin,
as to not break this package on other platforms, given applewmproto has ONLY_FOR_PLATFORM = Darwin-*-* set. Add wm/windowswmproto as well. Bump version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/modular-xorg-protos/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-protos/Makefile b/meta-pkgs/modular-xorg-protos/Makefile
index f023265dc9b..1361bee3c31 100644
--- a/meta-pkgs/modular-xorg-protos/Makefile
+++ b/meta-pkgs/modular-xorg-protos/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2012/07/21 10:03:41 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2013/05/31 00:45:30 rodent Exp $
DISTNAME= # empty
-PKGNAME= modular-xorg-protos-1.0
+PKGNAME= modular-xorg-protos-1.1
CATEGORIES= meta-pkgs x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -12,6 +12,11 @@ COMMENT= Modular Xorg application meta-package for prototypes
META_PACKAGE= yes
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+DEPENDS+= applewmproto-[0-9]*:../../wm/applewmproto
+.endif
DEPENDS+= compositeproto-[0-9]*:../../x11/compositeproto
DEPENDS+= damageproto-[0-9]*:../../x11/damageproto
DEPENDS+= fixesproto-[0-9]*:../../x11/fixesproto
@@ -19,6 +24,7 @@ DEPENDS+= inputproto-[0-9]*:../../x11/inputproto
DEPENDS+= kbproto-[0-9]*:../../x11/kbproto
DEPENDS+= randrproto-[0-9]*:../../x11/randrproto
DEPENDS+= renderproto-[0-9]*:../../x11/renderproto
+DEPENDS+= windowswmproto-[0-9]*:../../wm/windowswmproto
DEPENDS+= xextproto-[0-9]*:../../x11/xextproto
DEPENDS+= xineramaproto-[0-9]*:../../x11/xineramaproto
DEPENDS+= xproto-[0-9]*:../../x11/xproto