diff --git a/databases/postgresql-tds_fdw/Makefile b/databases/postgresql-tds_fdw/Makefile index f2e5f9aa6df0..c8ec51cbb379 100644 --- a/databases/postgresql-tds_fdw/Makefile +++ b/databases/postgresql-tds_fdw/Makefile @@ -12,9 +12,7 @@ COMMENT= PostgreSQL foreign data wrapper to connect to TDS databases LICENSE= PostgreSQL -BROKEN= wrong dependencies, libodbc.so is not provided by freetds - -LIB_DEPENDS= libodbc.so:databases/freetds +LIB_DEPENDS= libsybdb.so:databases/freetds USES= gmake pgsql:9.2+ USE_GITHUB= yes