diff options
author | kris <kris@FreeBSD.org> | 2005-07-20 00:58:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-20 00:58:16 +0800 |
commit | 55ef8bcc6c13c3d5c537a1df0809f3fc8938b562 (patch) | |
tree | 13617627aafc784b57e7e85581719ec5b70f0d86 /devel | |
parent | f60a6ffed8ea62e3b2ab08737b391d0570a3304e (diff) | |
download | freebsd-ports-gnome-55ef8bcc6c13c3d5c537a1df0809f3fc8938b562.tar.gz freebsd-ports-gnome-55ef8bcc6c13c3d5c537a1df0809f3fc8938b562.tar.zst freebsd-ports-gnome-55ef8bcc6c13c3d5c537a1df0809f3fc8938b562.zip |
Now builds on 6.x.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 60306e6c5683..b085c2da1b4c 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -112,10 +112,6 @@ MAN8= ird.8 micod.8 nsd.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 -BROKEN= "Does not compile on FreeBSD >= 6.0" -.endif - # Does not build on alpha 4.x .if ${OSVERSION} < 500000 NOT_FOR_ARCHS= alpha |