aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-02-09 23:00:29 +0800
committererwin <erwin@FreeBSD.org>2008-02-09 23:00:29 +0800
commitab949cc46f3ff1dc31acde01861d9d1a0ade4a0e (patch)
tree312671955afd275ce003e6331cbb498725cf6fbe /multimedia
parentd91cecba2d4e8d6e8556f44d3ed24778afcad4b9 (diff)
downloadfreebsd-ports-gnome-ab949cc46f3ff1dc31acde01861d9d1a0ade4a0e.tar.gz
freebsd-ports-gnome-ab949cc46f3ff1dc31acde01861d9d1a0ade4a0e.tar.zst
freebsd-ports-gnome-ab949cc46f3ff1dc31acde01861d9d1a0ade4a0e.zip
Mark BROKEN on 8.0: does not compile
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmps-win32-plugin/Makefile8
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>