diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-11 16:41:21 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-11 16:41:21 +0800 |
commit | f40b9931711b5a8f1826a40b8a7401f87dcdb173 (patch) | |
tree | 541689b920474ac1d5351500d7da5a5a06e240c7 /comms | |
parent | 5ad3256450d2ebbdc029adcd71ebe80870c1e351 (diff) | |
download | freebsd-ports-gnome-f40b9931711b5a8f1826a40b8a7401f87dcdb173.tar.gz freebsd-ports-gnome-f40b9931711b5a8f1826a40b8a7401f87dcdb173.tar.zst freebsd-ports-gnome-f40b9931711b5a8f1826a40b8a7401f87dcdb173.zip |
Remove support to FreeBSD 4.x (EOL)
PR: ports/111941
Submitted by: araujo
Approved by: maintainer
Diffstat (limited to 'comms')
-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 |