1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-09-21 19:52:17 +00:00
parent 0c7c66de06
commit fffb3e7993
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261567

View File

@ -20,4 +20,10 @@ USE_DOS2UNIX= DirEnumerator.cpp ZipFile_stl.cpp ZipPlatform_lnx.cpp
USE_QT_VER= 4
QT_COMPONENTS= qmake gui svg webkit xml moc uic rcc
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
.include <bsd.port.post.mk>