diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 15:00:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 15:00:29 +0000 |
commit | 3bb76a2a1ec0b68c0936eae5caf0b967df1ceb2a (patch) | |
tree | bbbe930ec1e3b4597e31355931eb275b24ec70e1 /multimedia | |
parent | - Update to 2008.02.02 (diff) |
Mark BROKEN on 8.0: does not compile
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xmps-win32-plugin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile index 4149b34b1105..8a41a064343f 100644 --- a/multimedia/xmps-win32-plugin/Makefile +++ b/multimedia/xmps-win32-plugin/Makefile @@ -43,4 +43,10 @@ post-patch: post-install: @${LN} -sf libwin32.so ${PREFIX}/lib/xmps/codecs/video/libwin32.so.${LIB_VERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |