- Mark broken on 7.x. Builds fine, doesn't work, according to "make test"
This commit is contained in:
parent
aeae3ae660
commit
4773158a43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291460
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue