diff options
author | gj <gj@FreeBSD.org> | 2003-10-26 21:09:58 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-10-26 21:09:58 +0800 |
commit | c6d0c1bc4d2afed6e0b53da8ffe20d200208cab8 (patch) | |
tree | 7f0fb4f92f6f57f745afb7b8a01b66031d9a5a05 /editors/xemacs-devel/Makefile | |
parent | 0844dbc12cfa315c50be70a6c19ac10b64a34b80 (diff) | |
download | freebsd-ports-gnome-c6d0c1bc4d2afed6e0b53da8ffe20d200208cab8.tar.gz freebsd-ports-gnome-c6d0c1bc4d2afed6e0b53da8ffe20d200208cab8.tar.zst freebsd-ports-gnome-c6d0c1bc4d2afed6e0b53da8ffe20d200208cab8.zip |
Do not allow use of the experimental postgresql module because it breaks
the install.
PR: ports/58444
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index a80511f1d23b..68a26e9cab3a 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -44,6 +44,7 @@ CONFIGURE_ARGS?=--with-clash-detection \ --site-includes=${LOCALBASE}/include \ --site-libraries=${LOCALBASE}/lib \ --with-ldap=no \ + --with-postgresql=no \ --with-site-lisp \ --with-database=berkdb \ ${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX} ${WITH_GTK} |