diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 8751f28..c0d7b6c 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -44,6 +44,7 @@ CONFIGURE_ARGS?=${XEMACS_ARCH} --prefix=${PREFIX} \ --with-png=yes \ --with-tiff=yes \ --with-site-lisp \ + --with-database=berkdb \ ${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX} MAKE_ARGS= prefix=${PREFIX} .if !defined(MULE_SLAVE) |