diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-23 07:12:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-23 07:12:12 +0000 |
commit | 213d288164d08c3bf2c9985dab65a677d3c73325 (patch) | |
tree | c25ab2893302c0f83bb618d3aad9c3456e4b3b02 /comms | |
parent | dbc388ef77243fc2c07cf9e73534b83acb533b49 (diff) | |
download | ports-213d288164d08c3bf2c9985dab65a677d3c73325.tar.gz ports-213d288164d08c3bf2c9985dab65a677d3c73325.zip |
Notes
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 eac7f0422c05..c24eb85e6a5e 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -22,10 +22,6 @@ 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}" |