aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-odbc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-23 23:46:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-23 23:46:26 +0000
commit95f83d9f19d8aab6d375775bb68c33eca24c514a (patch)
tree9355ec4f22fd46c7f8a548d0519a028136fdada4 /databases/postgresql-odbc
parenta35f969f9848ae51ceafde343f39962e11e7ed2c (diff)
downloadports-95f83d9f19d8aab6d375775bb68c33eca24c514a.tar.gz
ports-95f83d9f19d8aab6d375775bb68c33eca24c514a.zip
Notes
Diffstat (limited to 'databases/postgresql-odbc')
-rw-r--r--databases/postgresql-odbc/Makefile2
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}