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 /security/openssh-portable | |
parent | bcc831d73ec56badfae2cfc6d96fba5d9f3d672c (diff) | |
download | ports-ca549fb6a472802e57a34ad01797d68e5dcb8e16.tar.gz ports-ca549fb6a472802e57a34ad01797d68e5dcb8e16.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-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 |