1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Mark BROKEN on 5.x/6.x: gss-misc.c:43:27: gssapi/gssapi.h: No such file or directory

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-05-31 09:16:54 +00:00
parent d5195e747a
commit e33d5916e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214008

View File

@ -11,4 +11,10 @@ MNAME= gssapi
MTYPES= im om
.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>