diff options
Diffstat (limited to 'databases/oracle_odbc_driver/Makefile')
-rw-r--r-- | databases/oracle_odbc_driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/oracle_odbc_driver/Makefile b/databases/oracle_odbc_driver/Makefile index 16d9190ac4d4..015ca633643e 100644 --- a/databases/oracle_odbc_driver/Makefile +++ b/databases/oracle_odbc_driver/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= Oracle Open Source ODBC driver -LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS= --with-unixODBC=${LOCALBASE} BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntst8.a:${PORTSDIR}/databases/oracle8-client |