summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2001-04-24 18:55:17 +0000
committernectar <nectar@FreeBSD.org>2001-04-24 18:55:17 +0000
commit5ae29b1418307708af4af3ace181d091299f1a99 (patch)
tree92a28c31be930fe5964e629fef8facfbe95834b2 /security
parentba58674e0a5cb2fabdb886c9ff95cddfef0f839d (diff)
downloadFreeBSD-ports-5ae29b1418307708af4af3ace181d091299f1a99.zip
FreeBSD-ports-5ae29b1418307708af4af3ace181d091299f1a99.tar.gz
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')
-rw-r--r--security/heimdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index b607de5..a577937 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
OpenPOWER on IntegriCloud