diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 19:26:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-22 19:26:07 +0000 |
commit | ca549fb6a472802e57a34ad01797d68e5dcb8e16 (patch) | |
tree | 454365a9cac2c315fd26bc10fef255a9e1418dfa | |
parent | - Move devel/dumb to audio/dumb where it actually belongs (diff) |
- Mark BROKEN after recent kerberos update
Notes
Notes:
svn path=/head/; revision=215546
-rw-r--r-- | security/openssh-portable/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 9a846065a04f..a004e4e321af 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -68,6 +68,10 @@ OPTIONS= PAM "Enable pam(3) support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800037 +BROKEN= does not compile +.endif + # Preserve deprecated OPENSSH_OVERWRITE_BASE settings .if defined(OPENSSH_OVERWRITE_BASE) WITH_OVERWRITE_BASE= yes |