diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-23 23:46:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-23 23:46:26 +0000 |
commit | 95f83d9f19d8aab6d375775bb68c33eca24c514a (patch) | |
tree | 9355ec4f22fd46c7f8a548d0519a028136fdada4 /databases/postgresql-odbc | |
parent | a35f969f9848ae51ceafde343f39962e11e7ed2c (diff) |
Notes
Diffstat (limited to 'databases/postgresql-odbc')
-rw-r--r-- | databases/postgresql-odbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 7ed7e47ee371..536753a748af 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -44,6 +44,8 @@ WITH_UNIXODBC= yes # I.e. even if WITH_IODBC is defined LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE} + +BROKEN= does not compile .else LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} |