diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-31 08:53:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-31 08:53:03 +0000 |
commit | 6e7c9c0ea410877d56011b08e7cb3bad923e1398 (patch) | |
tree | c0add94cd50c954e9a5e5fa38774005eef1ec5bd /shells | |
parent | ed2c204738a427b6e006729932c896793a65d932 (diff) | |
download | ports-6e7c9c0ea410877d56011b08e7cb3bad923e1398.tar.gz ports-6e7c9c0ea410877d56011b08e7cb3bad923e1398.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e69d08dd5372..91e37212ae5f 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -42,10 +42,10 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR MULTIBYTE PCRE STATIC DOCS DEBUG OPTIONS_DEFAULT= SECURE_FREE MAILDIR MULTIBYTE -GDBM_DESC= "Enable GDBM support (GPL)" +GDBM_DESC= Enable GDBM support (GPL) MEM_DESC= Enable zsh-mem options SECURE_FREE_DESC= Enable zsh-secure-free -MAILDIR_DESC= "Enable support for Maildirs in MAIL(PATH)" +MAILDIR_DESC= Enable support for Maildirs in MAIL(PATH) PLIST_SUB+= ZSH_VER="${ZSH_VER}" |