diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-05 10:56:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-05 10:56:44 +0000 |
commit | 0f34073274fb5657db0e8b5a58af4ea520f17437 (patch) | |
tree | 2b678cb60831628da0869798bbee3903cd502d3b /databases/myodbc | |
parent | 5bf113daf2decbb8765da92ceb67c90892ffd3eb (diff) | |
download | ports-0f34073274fb5657db0e8b5a58af4ea520f17437.tar.gz ports-0f34073274fb5657db0e8b5a58af4ea520f17437.zip |
Notes
Diffstat (limited to 'databases/myodbc')
-rw-r--r-- | databases/myodbc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/myodbc/Makefile b/databases/myodbc/Makefile index b140452e62d2..dd2c57dae986 100644 --- a/databases/myodbc/Makefile +++ b/databases/myodbc/Makefile @@ -33,7 +33,8 @@ DRIVER_MANAGER?= iodbc .if ${DRIVER_MANAGER} == "unixodbc" CONFIGURE_ARGS+= --with-odbc-ini=${LOCALBASE}/etc/odbc.ini \ - --with-unixODBC=${LOCALBASE} + --with-unixODBC=${LOCALBASE} \ + --without-samples LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC .else # assume we're using iodbc LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc |