summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-06-16 10:05:04 +0000
committerWill Andrews <will@FreeBSD.org>2001-06-16 10:05:04 +0000
commit44b2d737c9750579fb45676262481f9419894c61 (patch)
tree00a06a58364ee301d34e88e6a7ceafe6b2cf70aa /shells/zsh
parentTry harder to avoid hardcoded /usr/local/GNUstep in localised menus. (diff)
Enable maildir support.
Requested by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes: svn path=/head/; revision=44061
Diffstat (limited to 'shells/zsh')
-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 \