aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-gssapi
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2013-12-26 13:32:52 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2013-12-26 13:32:52 +0000
commitaf860a369a7cc292552aa37ddff4b197c254680d (patch)
tree5ef30c16eb202dafda8752f068790c00eda11307 /security/cyrus-sasl2-gssapi
parentb267fa5ff1258920cde2be3af27813fccf1517d2 (diff)
downloadports-af860a369a7cc292552aa37ddff4b197c254680d.tar.gz
ports-af860a369a7cc292552aa37ddff4b197c254680d.zip
Fix typo in MIT_LIB_DEPENDS.
Submitted by: Erick Turnquist <jhujhiti__at__adjectivism.org>
Notes
Notes: svn path=/head/; revision=337513
Diffstat (limited to 'security/cyrus-sasl2-gssapi')
-rw-r--r--security/cyrus-sasl2-gssapi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-gssapi/Makefile b/security/cyrus-sasl2-gssapi/Makefile
index c2ba3857023d..67cdd4ba8de6 100644
--- a/security/cyrus-sasl2-gssapi/Makefile
+++ b/security/cyrus-sasl2-gssapi/Makefile
@@ -57,7 +57,7 @@ HEIMDAL_RUN_DEPENDS= ${HEIMDAL_BUILD_DEPENDS}
HEIMDAL_LDFLAGS= "-R${PREFIX}/lib"
MIT_DESC= Use MIT Kerberos V5
MIT_CONFIGURE_ON= --enable-gssapi=${PREFIX} --with-gss_impl=mit
-MIT_LIB_DEPENDS= libkrb5support.0:${PORTSDIR}/security/krb5
+MIT_LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5
MIT_LDFLAGS= "-R${PREFIX}/lib"
PLIST_FILES= lib/sasl2/libgssapiv2.a \