aboutsummaryrefslogtreecommitdiff
path: root/comms/aldo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/aldo/Makefile')
-rw-r--r--comms/aldo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile
index c24eb85e6a5e..eac7f0422c05 100644
--- a/comms/aldo/Makefile
+++ b/comms/aldo/Makefile
@@ -22,6 +22,10 @@ PLIST_FILES= bin/aldo
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} < 500000
USE_GCC= 3.3
MAKE_ENV+= CXX="${CXX}"