diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-11 08:41:21 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-11 08:41:21 +0000 |
commit | f40b9931711b5a8f1826a40b8a7401f87dcdb173 (patch) | |
tree | 541689b920474ac1d5351500d7da5a5a06e240c7 /comms/aldo | |
parent | Remove support to FreeBSD 4.x (EOL) (diff) |
Remove support to FreeBSD 4.x (EOL)
PR: ports/111941
Submitted by: araujo
Approved by: maintainer
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index abd0208f13ae..7dbb91321b3e 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -25,10 +25,6 @@ MAN1= aldo.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= "Doesn't build on FreeBSD < 5.x" -.endif - .if ${OSVERSION} >= 700042 BROKEN= Broken with gcc 4.2 .endif |