summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
commit98332e5f0076686d7f5d691827c0d1f6c9b52531 (patch)
tree846e1bb0012daf7518b42bcf18884a5bedb06c6a /x11-servers
parentAdd a missing dependency on xproto. (diff)
BROKEN on 5.x: does not compile
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XttXF86srv-common/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile
index b5d2fcceaa06..4e271563293a 100644
--- a/x11-servers/XttXF86srv-common/Makefile
+++ b/x11-servers/XttXF86srv-common/Makefile
@@ -67,6 +67,10 @@ PATCH_DIST_STRIP= -p1
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS+= xmkmf:${PORTSDIR}/devel/imake-4
.endif