1
0
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:
Erwin Lansing 2009-10-25 09:23:19 +00:00
parent 48c1c54bf4
commit 18864f30e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243290
2 changed files with 14 additions and 2 deletions

View File

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

View File

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