diff options
-rw-r--r-- | databases/ludia/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/ludia/Makefile b/databases/ludia/Makefile index c0d5ebae8fd0..27194f6dbfd2 100644 --- a/databases/ludia/Makefile +++ b/databases/ludia/Makefile @@ -20,7 +20,9 @@ RUN_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_PGSQL= server -WANT_PGSQL_VER= 83 +# WANT_PGSQL_VER= 83 + +BROKEN= Does not work with postgresql-9.0 or postgresql-8.4 # let configure find postgres stuff in non-standard places CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ |