diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-23 10:58:28 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-23 10:58:28 +0000 |
commit | e7fdaa42d2f5ee3cc443cb3082351e191ed38f29 (patch) | |
tree | 2f244afcadc35b636ad168b3caeee5fc42faa5c6 /meta-pkgs | |
parent | fbdf8f56b6a74d5ba296713b73d1e62274f81c2d (diff) | |
download | pkgsrc-e7fdaa42d2f5ee3cc443cb3082351e191ed38f29.tar.gz |
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.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |