diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nocol/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile index 8b468ee80e82..97f59a618467 100644 --- a/net-mgmt/nocol/Makefile +++ b/net-mgmt/nocol/Makefile @@ -29,10 +29,4 @@ NO_PACKAGE= Hostname is needed. post-install: @cd ${WRKSRC} && make root -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 601104 && ${OSVERSION} < 602101 -BROKEN= Does not compile on some FreeBSD 6.x versions, please update to 6.2R or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |