diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 17:17:56 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-18 17:17:56 +0000 |
commit | c9e3041fa013a611d53225bdcde183080ce61a88 (patch) | |
tree | 75cee6e5d5c95ce467d5a64b8c4e6e94707d0364 /comms | |
parent | 727622d8099a2eaec860cd633b781b6bcf980e99 (diff) |
- Mark it as BROKEN: Doesn't build on 4.x
Reported by: krismail
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=145777
Diffstat (limited to 'comms')
-rw-r--r-- | comms/aldo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index f3c4104e3e46..0be34da73518 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -26,8 +26,7 @@ MAN1= aldo.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -USE_GCC= 3.4 -MAKE_ENV+= CXX="${CXX}" +BROKEN= "Doesn't build on FreeBSD < 5.x" .endif do-install: |