aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gxine
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-04-03 19:10:13 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-04-03 19:10:13 +0000
commitdc226b988293f6498a983ebaf01184b16b7390c3 (patch)
tree474dc100471061ad48fa56251a16b9124ecc222b /multimedia/gxine
parent32f752751c30be00e63c4050d780ce6fb0563746 (diff)
downloadports-dc226b988293f6498a983ebaf01184b16b7390c3.tar.gz
ports-dc226b988293f6498a983ebaf01184b16b7390c3.zip
Mark broken on 7.x if built with mozilla plugin
PR: ports/154230 Submitted by: "RandomUser" <rannumgen at globaleyes.net>
Notes
Notes: svn path=/head/; revision=272168
Diffstat (limited to 'multimedia/gxine')
-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>