- Mark broken on 7.x. Builds fine, doesn't work, according to "make test"

This commit is contained in:
Steve Wills 2012-02-15 15:59:49 +00:00
parent aeae3ae660
commit 4773158a43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291460

View file

@ -22,4 +22,10 @@ MAN3= GSSAPI.3 \
GSSAPI::OID::Set.3 \
GSSAPI::Status.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= Does not work on FreeBSD 7.x
.endif
.include <bsd.port.post.mk>