diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
commit | e9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch) | |
tree | b75cc24de263cba191e90851d04cdd19db6aa48b /comms/aldo | |
parent | 19a6e51b22954673826f209480ba4fbd283eb1f8 (diff) | |
download | ports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.tar.gz ports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.zip |
Notes
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 4 |
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}" |