summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 07:59:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 07:59:58 +0000
commit51a8fd3777120b02785a4df2630c2b70a3dbdf13 (patch)
tree1573419a4439fb9352b233f24f644b5b72d6fb37 /databases/postgresql91-server
parentFix some LIB_DEPENDS (diff)
Fix non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362047
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r--databases/postgresql91-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 161dcf18cfcf..6d03be717250 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -214,7 +214,7 @@ IGNORE= requires that you remove heimdal's /usr/bin/krb5-config and /usr/lib/lib
CONFIGURE_ARGS+=--with-krb5
# Allow defining a home built MIT Kerberos by setting KRB5_HOME
. if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)
-LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
+LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5
. endif
. endif
. endif