1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- chase databases/unixODBC shlib bump

This commit is contained in:
Martin Wilke 2012-02-10 13:16:49 +00:00
parent 73aa2aa3f2
commit 2c6f18d2c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290855

View File

@ -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