aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-odbc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-02-10 21:16:49 +0800
committermiwi <miwi@FreeBSD.org>2012-02-10 21:16:49 +0800
commit85f91cf31a2343f804cc18b126b639cf68034026 (patch)
tree7c4ea26a80e97b9f671d7547f0641b4d2a50f388 /databases/postgresql-odbc
parentdb10cc2bd273019600bbf430575d7bebd0a53ad8 (diff)
downloadfreebsd-ports-gnome-85f91cf31a2343f804cc18b126b639cf68034026.tar.gz
freebsd-ports-gnome-85f91cf31a2343f804cc18b126b639cf68034026.tar.zst
freebsd-ports-gnome-85f91cf31a2343f804cc18b126b639cf68034026.zip
- chase databases/unixODBC shlib bump
Diffstat (limited to 'databases/postgresql-odbc')
-rw-r--r--databases/postgresql-odbc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile
index 569e2fe742f6..bcdf6079a2ea 100644
--- a/databases/postgresql-odbc/Makefile
+++ b/databases/postgresql-odbc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postgresql
PORTVERSION= 08.04.0200
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= odbc/versions/src
@@ -29,7 +30,7 @@ WITH_UNIXODBC= yes
.if defined(WITH_UNIXODBC)
# I.e. even if WITH_IODBC is defined
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
BUILD_DEPENDS+= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
.else