Mark broken on 6.x because it is unbuildable there.

Noticed by: pavbot, drosobot
This commit is contained in:
Edwin Groothuis 2008-08-25 00:53:28 +00:00
parent 762ab07385
commit 4e928bd177
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219122

View file

@ -7,6 +7,7 @@
PORTNAME= mod_auth_openid
PORTVERSION= 0.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/
@ -26,4 +27,10 @@ CONFIGURE_ARGS= --with-pcre=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= Doesn't compile on 6.x
.endif
.include <bsd.port.post.mk>