summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-22 22:18:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-22 22:18:13 +0000
commit10cee3fd8a42c1f94fd3fb3571a6a21ac47da2ce (patch)
tree6047f9a68d2fafff35a77339c21e7c908302f3f2 /shells
parent- update to 4.6 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=325238
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