- Mark BROKEN on FreeBSD 6.x
Reported by: pointyhat
This commit is contained in:
parent
09193c2cc9
commit
09cdae106f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241184
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ ARGS= -b ${PREFIX}/bin\
|
|||
.include "../py-sip/files/bsd.pyqt.mk"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
ARGS+= --debug
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue