diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-11-24 16:35:34 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-11-24 16:35:34 +0000 |
commit | 88bbd748e93065bf3304c2f2e593c3f01d32153f (patch) | |
tree | 909f157f9057549cc23512c1b0d8d1a7ecb06c14 /security/cyrus-sasl2/Makefile | |
parent | e99c298552eba8ed6bf942f51612011d7640f668 (diff) | |
download | ports-88bbd748e93065bf3304c2f2e593c3f01d32153f.tar.gz ports-88bbd748e93065bf3304c2f2e593c3f01d32153f.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 0b3ecaf171fb..d8e5821e83bd 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -159,7 +159,7 @@ CONFIGURE_ARGS+=--enable-ntlm .include <bsd.port.pre.mk> .if !defined(WITHOUT_GSSAPI) && defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) -CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME} +CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME} --with-gss_impl=mit .elif !defined(WITHOUT_GSSAPI) && defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME} --with-gss_impl=heimdal .elif !defined(WITHOUT_GSSAPI) && ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(/usr/lib/libkrb5.a) |