diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-08 07:13:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-08 07:13:49 +0000 |
commit | 97ab5b2d309c1897128f9901fd298b206cbd731a (patch) | |
tree | 6b92bbc94ede44f60c365cb2f413e360b12cdcd5 /security | |
parent | c48fc522593ec5048ee9ac48594d3dc9d661526a (diff) | |
download | ports-97ab5b2d309c1897128f9901fd298b206cbd731a.tar.gz ports-97ab5b2d309c1897128f9901fd298b206cbd731a.zip |
- Mark BROKEN on 8.X: does not link
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=239141
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index ef59c3bbe5cc..e71ca0487ef7 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -70,7 +70,7 @@ OPTIONS= PAM "Enable pam(3) support" on \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800037 -#BROKEN= does not compile +BROKEN= does not compile .endif .if defined(WITH_X509) && ( defined(WITH_HPN) || defined(WITH_LPK)) |