aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-11-03 04:55:58 +0000
committerCy Schubert <cy@FreeBSD.org>2015-11-03 04:55:58 +0000
commitb9d5e43fe01107ae413846814a38ee8f488e95ca (patch)
treed5f28074f8733fd38fad60fc18c82c3ebfe4be9f /security/pam_krb5
parent8cac4b8f58a72395e0269ba948e115d11e77c1eb (diff)
downloadports-b9d5e43fe01107ae413846814a38ee8f488e95ca.tar.gz
ports-b9d5e43fe01107ae413846814a38ee8f488e95ca.zip
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r--security/pam_krb5/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile
index ebfb48f5e8f8..42f9816c3508 100644
--- a/security/pam_krb5/Makefile
+++ b/security/pam_krb5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pam_krb5
PORTVERSION= 4.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \
http://archives.eyrie.org/software/ARCHIVE/pam-krb5/
@@ -37,7 +37,9 @@ KRB5_DIR?= ${HEIMDAL_HOME}
.else
KRB5_DIR?= ${LOCALBASE}
.endif
-CONFIGURE_ARGS+= --with-krb5="${KRB5_DIR}"
+CONFIGURE_ARGS+= --with-krb5="${KRB5_DIR}" \
+ --with-krb5-include="${KRB5_DIR}/include/heimdal" \
+ --with-krb5-lib="${KRB5_DIR}/lib/heimdal"
CONFIGURE_ENV= PATH_KRB5_CONFIG=${KRB5_DIR}/bin/krb5-config
.elif ${PORT_OPTIONS:MMIT}
USES+= gssapi:mit