- Mark BROKEN on FreeBSD 6.x

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-09-10 21:45:56 +00:00
parent 09193c2cc9
commit 09cdae106f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241184

View file

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