summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-04-24 18:55:17 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-04-24 18:55:17 +0000
commit08d56f4a502319f913ea6372434c89f665373f97 (patch)
treeed88e34f140babd7e833be7a18bca9af16b98fe8 /security/heimdal
parentUpdate to 1.0.1. (diff)
Explicitly list directories for Kerberos 4 bits, so that once this
is built there are no references to the likely non-existent `/usr/athena'.
Notes
Notes: svn path=/head/; revision=41875
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index b607de59cc80..a57793772ac2 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-x
.endif
.if exists(/usr/lib/libkrb.a) && !defined(WITHOUT_KRB4)
-CONFIGURE_ARGS+= --with-krb4
+CONFIGURE_ARGS+= --with-krb4-include=/usr/include --with-krb4-lib=/usr/lib
.elif !defined(KRB5_KRB4_COMPAT)
CONFIGURE_ARGS+= --without-krb4
.endif