diff options
-rw-r--r-- | net-mgmt/netams/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index ec1787d965c7..54c012093815 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -47,6 +47,10 @@ OPTIONS= DEBUG "Build with debug symbols" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 601104 +BROKEN= Does not compile on FreeBSD >= 6.x +.endif + #.if !exists(${SYSDIR}) #IGNORE= Could not find the kernel sources in ${SYSDIR}. Please define SYSDIR #.endif |