diff options
author | wollman <wollman@FreeBSD.org> | 2002-03-08 17:44:30 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-03-08 17:44:30 +0000 |
commit | d665929c8ad42debe37b52ea2886abb7c153824c (patch) | |
tree | 85604ed40070e5efd6686784f4f504defb92423a /security/hpn-ssh | |
parent | e98166d7b107bb96e46b6d6d5f2c19c12d92e0f8 (diff) | |
download | FreeBSD-ports-d665929c8ad42debe37b52ea2886abb7c153824c.zip FreeBSD-ports-d665929c8ad42debe37b52ea2886abb7c153824c.tar.gz |
Mark BROKEN in Kerberos case: Simon Wilkinson has not released
updated patches yet. (I hope dinoex doesn't mind my committing this.)
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index e5b5171..fcf6f5e 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -48,7 +48,8 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif -.if defined(KRB5_HOME) +.if defined(KRB5_HOME) && exists(KRB5_HOME) +BROKEN= Need updated patches from Simon Wilkinson MASTER_SITES+= ${PATCH_SITES} DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |