aboutsummaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-03-16 17:10:03 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-03-16 17:10:03 +0000
commitec91909a2be2d8558129a2c3ab2eab7ce3398571 (patch)
tree9e45857c929dd671b37210ef5118be447ebb5c94 /net/samba3
parent4e32ae60d83b20f3ebee3c73f64d48b939261587 (diff)
downloadports-ec91909a2be2d8558129a2c3ab2eab7ce3398571.tar.gz
ports-ec91909a2be2d8558129a2c3ab2eab7ce3398571.zip
Notes
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 1611928fe5ee..4cd747650fa2 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -190,7 +190,7 @@ CONFIGURE_ARGS+= --with-expsam=${WANT_EXPSAM_MODULES}
CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME}
.elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a)
CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME}
-.elif (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) && exists(/usr/lib/libkrb5.a)
+.elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(/usr/lib/libkrb5.a)
CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr
.else
BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos"