diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-10-01 05:09:06 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-10-01 05:09:06 +0800 |
commit | 0c0f9abca5770c64878b2c242ee16f7cecedae12 (patch) | |
tree | 30b8b95515a36ca1491affade8ca944a57578658 /security | |
parent | ec824b3ac8e85220920d426aec479dcfe8a2405a (diff) | |
download | freebsd-ports-gnome-0c0f9abca5770c64878b2c242ee16f7cecedae12.tar.gz freebsd-ports-gnome-0c0f9abca5770c64878b2c242ee16f7cecedae12.tar.zst freebsd-ports-gnome-0c0f9abca5770c64878b2c242ee16f7cecedae12.zip |
- Mark BROKEN on 8.X with Kerberos - does not link
Reported by: pointyhat
Diffstat (limited to 'security')
-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 27a4a4fdc487..69f12fe3105d 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -126,6 +126,10 @@ CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif .endif + +.if ${OSVERSION} >= 800000 +BROKEN= does not link +.endif .endif .if ${OPENSSLBASE} != "/usr" |