diff options
author | kris <kris@FreeBSD.org> | 2004-03-18 12:33:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-18 12:33:50 +0000 |
commit | b3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3 (patch) | |
tree | 78e73c6bf711305e870391488de1518ff4f307f0 /multimedia | |
parent | d4eedafa00ef12917175e5d58c6b588a00772256 (diff) | |
download | FreeBSD-ports-b3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3.zip FreeBSD-ports-b3f7c0c44355a95c7b64aa58d7a32d5b8543a4b3.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'multimedia')
-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 59ee450..c73df26 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 |