diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-06-04 18:02:18 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-06-04 18:02:18 +0000 |
commit | ff2740de46d629b62f6f98ccbc19cc3d0ea60d27 (patch) | |
tree | 435eb2f3d9ee7d7c0c3afd946494b87067cdb3da | |
parent | Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years (diff) |
Does not build with supported versions of PostgreSQL
Approved by: maintainer timeout (kuriyama, almost 3 months)
Notes
Notes:
svn path=/head/; revision=319887
-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 \ |