svn commit: r325238 - head/shells/zsh
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 22 22:18:13 UTC 2013
Author: bapt
Date: Thu Aug 22 22:18:13 2013
New Revision: 325238
URL: http://svnweb.freebsd.org/changeset/ports/325238
Log:
- Fix a typo in configure arguments
- Bump port revision as it concerns a default option
Submitted by: Paul Mulders <justinkb at gmail.com> (by private mail)
Modified:
head/shells/zsh/Makefile
Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile Thu Aug 22 21:58:25 2013 (r325237)
+++ head/shells/zsh/Makefile Thu Aug 22 22:18:13 2013 (r325238)
@@ -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_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
More information about the svn-ports-all
mailing list