diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-04-24 18:55:17 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-04-24 18:55:17 +0000 |
commit | 08d56f4a502319f913ea6372434c89f665373f97 (patch) | |
tree | ed88e34f140babd7e833be7a18bca9af16b98fe8 /security/heimdal/Makefile | |
parent | 4a7097196f5178ac66b77f2c7175183e78d2f3d0 (diff) | |
download | ports-08d56f4a502319f913ea6372434c89f665373f97.tar.gz ports-08d56f4a502319f913ea6372434c89f665373f97.zip |
Notes
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 2 |
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 |