diff options
Diffstat (limited to 'databases/libodbc++/Makefile')
-rw-r--r-- | databases/libodbc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index 4dc5c3ae7c7e..7e20d88f79d2 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -11,7 +11,7 @@ COMMENT= C++ class library and toolset for ODBC access to data sources LICENSE= GPLv2 -BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS= doxygen:devel/doxygen OPTIONS_DEFINE= DOCS @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-isqlxx INSTALL_TARGET= install-strip -LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS= libodbc.so:databases/unixODBC CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |