aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-23 06:18:13 +0800
committerbapt <bapt@FreeBSD.org>2013-08-23 06:18:13 +0800
commitbd6514ee7938cd206532175c9af3f9e7e9f0f442 (patch)
tree6047f9a68d2fafff35a77339c21e7c908302f3f2 /shells
parent755197d2f45e716ab101f16921fc3f23888f5c26 (diff)
downloadfreebsd-ports-gnome-bd6514ee7938cd206532175c9af3f9e7e9f0f442.tar.gz
freebsd-ports-gnome-bd6514ee7938cd206532175c9af3f9e7e9f0f442.tar.zst
freebsd-ports-gnome-bd6514ee7938cd206532175c9af3f9e7e9f0f442.zip
- Fix a typo in configure arguments
- Bump port revision as it concerns a default option Submitted by: Paul Mulders <justinkb@gmail.com> (by private mail)
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 58118ddd3a1e..639b48e9e043 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= zsh
PORTVERSION= 5.0.2
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
@@ -63,7 +64,7 @@ PCRE_LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
PCRE_CONFIGURE_ENABLE= pcre
MEM_CONFIGURE_ENABLE= zsh-mem
SECURE_FREE_CONFIGURE_ENABLE= zsh-secure-free
-MAILDIR_CONFIGURE_ENABLE= maildit-support
+MAILDIR_CONFIGURE_ENABLE= maildir-support
STATIC_LDFLAGS= -static
STATIC_CONFIGURE_ON= --disable-dynamic
STATIC_CONFIGURE_OFF= --enable-dynamic