From e7fdaa42d2f5ee3cc443cb3082351e191ed38f29 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 23 Oct 2015 10:58:28 +0000 Subject: Mark xephyr as not for Darwin for now. Should be possible to support but the Darwin xorg-server build assumes it is going to build xquartz and nothing else. --- meta-pkgs/modular-xorg-apps/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 7e82286284e..c986774a7aa 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/07/05 15:08:03 khorben Exp $ +# $NetBSD: Makefile,v 1.35 2015/10/23 10:58:28 tnn Exp $ DISTNAME= # empty PKGNAME= modular-xorg-apps-1.14.1.7 @@ -13,6 +13,8 @@ LICENSE= 2-clause-bsd META_PACKAGE= yes +.include "../../mk/bsd.prefs.mk" + DEPENDS+= xbiff-[0-9]*:../../mail/xbiff DEPENDS+= twm-[0-9]*:../../wm/twm DEPENDS+= appres-[0-9]*:../../x11/appres @@ -26,7 +28,9 @@ DEPENDS+= ico-[0-9]*:../../x11/ico DEPENDS+= listres-[0-9]*:../../x11/listres DEPENDS+= luit-[0-9]*:../../x11/luit DEPENDS+= mkcomposecache-[0-9]*:../../x11/mkcomposecache +.if ${OPSYS} != "Darwin" DEPENDS+= modular-xorg-xephyr-[0-9]*:../../x11/modular-xorg-xephyr +.endif DEPENDS+= oclock-[0-9]*:../../time/oclock DEPENDS+= lbxproxy-[0-9]*:../../x11/lbxproxy DEPENDS+= proxymngr-[0-9]*:../../x11/proxymngr -- cgit v1.2.3