diff options
Diffstat (limited to 'multimedia/libmatroska/Makefile')
-rw-r--r-- | multimedia/libmatroska/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index 59ee450fa4df..c73df26dbdb9 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -46,6 +46,10 @@ do-configure: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502105 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + # gcc 3.2 was available on 5.x before this OSVERSION # do not build gcc 3.3 unless necessary .if ${OSVERSION} < 501103 |