diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-03-08 17:45:47 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-03-08 17:45:47 +0000 |
commit | ea3d920c0a36a4e624bfaf7cf18e8669ae6bd647 (patch) | |
tree | 025b07d54937e09f9983c433d348d037c7a689f0 /security/hpn-ssh | |
parent | 1bda92506faa4db0fe49b70e7db9e722d17fc6c9 (diff) |
Notes
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index fcf6f5eb4ed9..173638fea7cb 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif -.if defined(KRB5_HOME) && exists(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 |