aboutsummaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-04-07 15:20:49 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-04-07 15:20:49 +0000
commit2829138b07d7ab26785fac463769081b1699d6c9 (patch)
tree271bfb18af7332db647568d573bd1a39fd98deb3 /net/samba3
parent03d0a4a8f541e5b4895270f15e5feabf583f059b (diff)
downloadports-2829138b07d7ab26785fac463769081b1699d6c9.tar.gz
ports-2829138b07d7ab26785fac463769081b1699d6c9.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 c0df5d6608a3..341bfa23920e 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -197,7 +197,7 @@ CONFIGURE_ARGS+= --with-expsam=${WANT_EXPSAM_MODULES}
.if defined(WANT_KRB5)
# Relay on PATH
KRB5_PREFIX!= krb5-config --prefix
-.if defined(KRB5_PREFIX)
+.if defined(KRB5_PREFIX) && !empty (KRB5_PREFIX)
CONFIGURE_ARGS+= --with-krb5=${KRB5_PREFIX}
.elif defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a)
CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME}