aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-08-18 23:36:38 +0800
committerswills <swills@FreeBSD.org>2017-08-18 23:36:38 +0800
commit0a0e27b3b94dbb6ea6f9fa75149c73c2737b3ad3 (patch)
tree593fc4d3e4afe586a10af2f8d3acf208f0b87ca7 /databases
parentaad750b4244b792dbd00d363d7ded9d3c3b5cec7 (diff)
downloadfreebsd-ports-gnome-0a0e27b3b94dbb6ea6f9fa75149c73c2737b3ad3.tar.gz
freebsd-ports-gnome-0a0e27b3b94dbb6ea6f9fa75149c73c2737b3ad3.tar.zst
freebsd-ports-gnome-0a0e27b3b94dbb6ea6f9fa75149c73c2737b3ad3.zip
databases/postgresql-tds_fdw: Fix LIB_DEPENDS, Remove BROKEN
PR: 220936 Submitted by: Jov <amutu@amutu.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-tds_fdw/Makefile4
1 files changed, 1 insertions, 3 deletions
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