diff options
Diffstat (limited to 'audio/rat/Makefile')
-rw-r--r-- | audio/rat/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 8481e1c1916d..f26916805d42 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -31,6 +31,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} >= 400014 ENABLE_IPv6= --enable-ipv6 .endif |