aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/driglide/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile
index 63e87c962b05..8922eabbcc45 100644
--- a/x11-servers/driglide/Makefile
+++ b/x11-servers/driglide/Makefile
@@ -30,7 +30,13 @@ ONLY_FOR_ARCHS= i386
# Glide DOES NOT work with CFLAGS greater than -O2
CFLAGS+= -O
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
pre-configure:
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>