mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Mark BROKEN on 6.x: does not build
This commit is contained in:
parent
48c1c54bf4
commit
18864f30e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243290
@ -49,4 +49,10 @@ post-install:
|
||||
${MKDIR} ${PREFIX}/lib/firefox3/extensions
|
||||
${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -49,4 +49,10 @@ post-install:
|
||||
${MKDIR} ${PREFIX}/lib/firefox3/extensions
|
||||
${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user