From 0a0e27b3b94dbb6ea6f9fa75149c73c2737b3ad3 Mon Sep 17 00:00:00 2001 From: swills Date: Fri, 18 Aug 2017 15:36:38 +0000 Subject: databases/postgresql-tds_fdw: Fix LIB_DEPENDS, Remove BROKEN PR: 220936 Submitted by: Jov (maintainer) --- databases/postgresql-tds_fdw/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'databases') 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 -- cgit