diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/mysql2odbc | |
parent | - Explicity depend on libsword-1.6.2.so (diff) |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Notes
Notes:
svn path=/head/; revision=336187
Diffstat (limited to 'databases/mysql2odbc')
-rw-r--r-- | databases/mysql2odbc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql2odbc/Makefile b/databases/mysql2odbc/Makefile index 2e08a1655b55..8d707d0709ef 100644 --- a/databases/mysql2odbc/Makefile +++ b/databases/mysql2odbc/Makefile @@ -18,12 +18,12 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUNIXODBC} -LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS= --with-unixodbc=${LOCALBASE} .endif .if ${PORT_OPTIONS:MIODBC} -LIB_DEPENDS= iodbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS= --with-iodbc .endif |