aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs21-mule
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2000-09-24 03:27:31 +0800
committergj <gj@FreeBSD.org>2000-09-24 03:27:31 +0800
commit92089b313cfa21511eae9ae41a39abf2e706cd39 (patch)
treeb06faa5dd173fe372847d4a424c334b6756d198c /editors/xemacs21-mule
parent1e946c4f0e75327e0fba74ec1cc64da79fbce6ff (diff)
downloadfreebsd-ports-gnome-92089b313cfa21511eae9ae41a39abf2e706cd39.tar.gz
freebsd-ports-gnome-92089b313cfa21511eae9ae41a39abf2e706cd39.tar.zst
freebsd-ports-gnome-92089b313cfa21511eae9ae41a39abf2e706cd39.zip
Specify --with-database=berkdb in the CONFIGURE_ARGS to avoid
confusion when databases/gdbm is installed. This change assures that the Berkeley db in libc is used. Since this is such a trivial change I also just went ahead and did it for xemacs21-mule also. PR: 21172 Submitted by: OGAWA Takaya
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r--editors/xemacs21-mule/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index bb8189d5445a..899658537995 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -60,6 +60,7 @@ CONFIGURE_ARGS?=${XEMACS_ARCH} \
--infopath=${PREFIX}/lib/xemacs/info:${PREFIX}/info:${X11BASE}/info:/usr/info:${PREFIX}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
--with-clash-detection \
--lockdir=/var/run/emacs/lock \
+ --with-database=berkdb \
${WITH_INPUT_METHOD}
MAKE_ENV= LANG=C
INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME}