- Mark BROKEN on 6.x

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-01-20 17:21:06 +00:00
parent f9d9f937a8
commit 25256b2b7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248229

View File

@ -32,6 +32,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile
.endif
.if defined(WITHOUT_GD)
CONFIGURE_ARGS+= --disable-gd
.else