diff options
Diffstat (limited to 'net/mute-net')
-rw-r--r-- | net/mute-net/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mute-net/Makefile b/net/mute-net/Makefile index 661f04708df..0a20d7f4138 100644 --- a/net/mute-net/Makefile +++ b/net/mute-net/Makefile @@ -138,6 +138,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + # we cannot install if either a slave or master port is already # installed CONFLICTS+= mute-net-[0-9]* |