aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-06-16 18:05:04 +0800
committerwill <will@FreeBSD.org>2001-06-16 18:05:04 +0800
commit85a69bb7001c64e580eab364e76823e72729fbc8 (patch)
tree22f40c02d515eeed2316d876fcc0eb1e7c023ce0 /shells
parent378ad59b2839bb95cd1bbe0cc93a855ab46815a9 (diff)
downloadfreebsd-ports-gnome-85a69bb7001c64e580eab364e76823e72729fbc8.tar.gz
freebsd-ports-gnome-85a69bb7001c64e580eab364e76823e72729fbc8.tar.zst
freebsd-ports-gnome-85a69bb7001c64e580eab364e76823e72729fbc8.zip
Enable maildir support.
Requested by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index aab2c17f14c8..6a8cc6cdefad 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -24,7 +24,8 @@ USE_AUTOCONF= yes
ZSH_VER= ${PORTVERSION}
ZSHFUNC_SUBDIR= share/zsh/${ZSH_VER}/functions
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic
+CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free --enable-dynamic \
+ --enable-maildir-support
INSTALL_TARGET= install install.info
MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 \
zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 \