summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2019-01-12 23:11:31 +0000
committerdholland <dholland@pkgsrc.org>2019-01-12 23:11:31 +0000
commita2a1264ca61cef7d864363df80517b153271b973 (patch)
treea7b75a03ffd527c735a1acfede8781f6fe1830fb /x11
parentb00f257e1dc9cae3fca1541752b362be3273438d (diff)
downloadpkgsrc-a2a1264ca61cef7d864363df80517b153271b973.tar.gz
Use BROKEN_ON_PLATFORM.
> 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. Classic description of "broken" :-)
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-xephyr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modular-xorg-xephyr/Makefile b/x11/modular-xorg-xephyr/Makefile
index 22b6e0cf5b9..eab7186d31e 100644
--- a/x11/modular-xorg-xephyr/Makefile
+++ b/x11/modular-xorg-xephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/08/14 09:35:59 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/12 23:11:31 dholland Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-xorg-xephyr-${XORG_VERSION}
@@ -9,7 +9,7 @@ PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches
MAINTAINER= khorben@defora.org
COMMENT= Xephyr server based on kdrive from modular X.org
-NOT_FOR_PLATFORM+= Darwin-*-*
+BROKEN_ON_PLATFORM+= Darwin-*-*
.include "../../x11/modular-xorg-server/Makefile.common"