aboutsummaryrefslogtreecommitdiff
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
parent6840df58b0de6b946551f8a01b5791df72a4e10b (diff)
downloadports-98332e5f0076686d7f5d691827c0d1f6c9b52531.tar.gz
ports-98332e5f0076686d7f5d691827c0d1f6c9b52531.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100328
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