aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-04-04 03:10:13 +0800
committermakc <makc@FreeBSD.org>2011-04-04 03:10:13 +0800
commit0fab3dd317d73bff88945d0794fc59a60bc1e2c4 (patch)
treec68b735ca67dcdad54688d030e7159083d40758d /multimedia
parentcb2bb3ccf6b982738c0417c3053ae4a6eb4376be (diff)
downloadfreebsd-ports-gnome-0fab3dd317d73bff88945d0794fc59a60bc1e2c4.tar.gz
freebsd-ports-gnome-0fab3dd317d73bff88945d0794fc59a60bc1e2c4.tar.zst
freebsd-ports-gnome-0fab3dd317d73bff88945d0794fc59a60bc1e2c4.zip
Mark broken on 7.x if built with mozilla plugin
PR: ports/154230 Submitted by: "RandomUser" <rannumgen at globaleyes.net>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gxine/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index 15db507738bb..bccdef8c46db 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -85,4 +85,10 @@ pre-configure:
@${REINPLACE_CMD} -e "s:@MAKE_PNG_TRUE@:#:g" \
${WRKSRC}/pixmaps/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION}<800000) && defined(WITH_MOZILLA_PLUGIN)
+BROKEN= does not compile with MOZILLA_PLUGIN
+.endif
+
+.include <bsd.port.post.mk>