From 0fab3dd317d73bff88945d0794fc59a60bc1e2c4 Mon Sep 17 00:00:00 2001 From: makc Date: Sun, 3 Apr 2011 19:10:13 +0000 Subject: Mark broken on 7.x if built with mozilla plugin PR: ports/154230 Submitted by: "RandomUser" --- multimedia/gxine/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'multimedia') 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 +.include + +.if (${OSVERSION}<800000) && defined(WITH_MOZILLA_PLUGIN) +BROKEN= does not compile with MOZILLA_PLUGIN +.endif + +.include -- cgit