mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +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:
parent
32f752751c
commit
dc226b9882
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272168
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user