1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark broken on 7.x if built with mozilla plugin

PR:		ports/154230
Submitted by:	"RandomUser" <rannumgen at globaleyes.net>
This commit is contained in:
Max Brazhnikov 2011-04-03 19:10:13 +00:00
parent 32f752751c
commit dc226b9882
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272168

View File

@ -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>