diff options
author | crees <crees@FreeBSD.org> | 2013-06-05 02:02:18 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-06-05 02:02:18 +0800 |
commit | d035038ecef60fc6dd26336c56f15391fca26962 (patch) | |
tree | 435eb2f3d9ee7d7c0c3afd946494b87067cdb3da /databases | |
parent | 81e74323f50ee4dd8e03b8fd57030a3dd6170391 (diff) | |
download | freebsd-ports-gnome-d035038ecef60fc6dd26336c56f15391fca26962.tar.gz freebsd-ports-gnome-d035038ecef60fc6dd26336c56f15391fca26962.tar.zst freebsd-ports-gnome-d035038ecef60fc6dd26336c56f15391fca26962.zip |
Does not build with supported versions of PostgreSQL
Approved by: maintainer timeout (kuriyama, almost 3 months)
Diffstat (limited to 'databases')
-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 \ |