diff options
author | Will Andrews <will@FreeBSD.org> | 2001-06-16 10:05:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-06-16 10:05:04 +0000 |
commit | 44b2d737c9750579fb45676262481f9419894c61 (patch) | |
tree | 00a06a58364ee301d34e88e6a7ceafe6b2cf70aa | |
parent | 2ec7f5a9289dffdf4ea3d30a590d4860abcbe881 (diff) | |
download | ports-44b2d737c9750579fb45676262481f9419894c61.tar.gz ports-44b2d737c9750579fb45676262481f9419894c61.zip |
Enable maildir support.
Requested by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes:
svn path=/head/; revision=44061
-rw-r--r-- | shells/zsh/Makefile | 3 |
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 \ |