aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2003-10-26 13:09:58 +0000
committerGary Jennejohn <gj@FreeBSD.org>2003-10-26 13:09:58 +0000
commitda496f49110f2fbc029d74f016593d34b08b5e76 (patch)
treeabfbc0aa018db62d17b2ccebf8c699b523773c2f /editors/xemacs-devel
parentd221b618ad8ad11c19bb3717cf386f35312b88c7 (diff)
downloadports-da496f49110f2fbc029d74f016593d34b08b5e76.tar.gz
ports-da496f49110f2fbc029d74f016593d34b08b5e76.zip
Do not allow use of the experimental postgresql module because it breaks
the install. PR: ports/58444
Notes
Notes: svn path=/head/; revision=92198
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile1
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}