summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/opendbx/Makefile4
-rw-r--r--databases/postgresql91-server/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile
index c8b7f697b016..7d141c544b4d 100644
--- a/databases/opendbx/Makefile
+++ b/databases/opendbx/Makefile
@@ -40,9 +40,9 @@ SQLITE_LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2
SQLITE3_USE= SQLITE=3
-MSSQL_LIB_DEPENDS= sybdb:${PORTSDIR}/databases/freetds
+MSSQL_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds
-SYBASE_LIB_DEPENDS= ct:${PORTSDIR}/databases/freetds
+SYBASE_LIB_DEPENDS= libct.so:${PORTSDIR}/databases/freetds
NLS_USES= gettext
NLS_CONFIGURE_DISABLE= nls
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