diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-17 06:51:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-17 06:51:26 +0000 |
commit | 92d0cbeefeacd76fd9b9c84082154ce321036189 (patch) | |
tree | 42d7139424e9a4d24bbe308bd28ca22293ad8f3e /security/krb5-16 | |
parent | - Mark BROKEN: fails to build with new utmpx (diff) |
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=251158
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 75ae16913d57..3797e905e520 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -47,6 +47,10 @@ OPTIONS= KRB5_RENAME_FTP "Rename ftp to kftp" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if defined(WITH_KRB5_DOC) BUILD_DEPENDS+= texi2dvi:${PORTSDIR}/print/texinfo \ dvips:${PORTSDIR}/print/dvipsk-tetex |