aboutsummaryrefslogtreecommitdiffstats
path: root/security/heimdal/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2001-04-25 02:55:17 +0800
committernectar <nectar@FreeBSD.org>2001-04-25 02:55:17 +0800
commit5ae29b1418307708af4af3ace181d091299f1a99 (patch)
tree92a28c31be930fe5964e629fef8facfbe95834b2 /security/heimdal/Makefile
parentba58674e0a5cb2fabdb886c9ff95cddfef0f839d (diff)
downloadfreebsd-ports-graphics-5ae29b1418307708af4af3ace181d091299f1a99.tar.gz
freebsd-ports-graphics-5ae29b1418307708af4af3ace181d091299f1a99.tar.zst
freebsd-ports-graphics-5ae29b1418307708af4af3ace181d091299f1a99.zip
Explicitly list directories for Kerberos 4 bits, so that once this
is built there are no references to the likely non-existent `/usr/athena'.
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r--security/heimdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index b607de59cc8..a57793772ac 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