aboutsummaryrefslogtreecommitdiff
path: root/comms/aldo
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
commite9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch)
treeb75cc24de263cba191e90851d04cdd19db6aa48b /comms/aldo
parent19a6e51b22954673826f209480ba4fbd283eb1f8 (diff)
downloadports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.tar.gz
ports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.zip
Notes
Diffstat (limited to 'comms/aldo')
-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}"