diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-18 10:45:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-18 10:45:34 +0000 |
commit | 49972ed336f403df90504fee87c3f85c9f54ee00 (patch) | |
tree | 2c0b08bec9ccdee3cd8ae97666c3a6f309f2f75f /security/openssh-portable | |
parent | 610b5880c002b7d21aabc76d2caea196d1ce0d68 (diff) |
Notes
Diffstat (limited to 'security/openssh-portable')
-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 5dd81a234f67..d81f25cf4980 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -80,7 +80,7 @@ CONFLICTS+= openssh-portable-* CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} .else CONFLICTS+= openssh-gssapi-* -.if exists(/usr/include/krb5.h) +.if !defined(WITHOUT_KERBEROS) && exists(/usr/include/krb5.h) CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif |