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/freetds/Makefile | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) | |
download | ports-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz ports-b5482324dcf6b062151cc203cef1561f8923c859.zip |
Notes
Diffstat (limited to 'databases/freetds/Makefile')
-rw-r--r-- | databases/freetds/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 4f0b28d2bec6..1e88fcd1e111 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -41,17 +41,17 @@ CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-gnutls .endif .if ${PORT_OPTIONS:MIODBC} -LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} .endif .if ${PORT_OPTIONS:MUNIXODBC} -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE} .endif |