diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-22 22:18:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-22 22:18:13 +0000 |
commit | 10cee3fd8a42c1f94fd3fb3571a6a21ac47da2ce (patch) | |
tree | 6047f9a68d2fafff35a77339c21e7c908302f3f2 /shells/zsh | |
parent | d1701f00f88e78a2c3033deece2eded7b3c67d51 (diff) | |
download | ports-10cee3fd8a42c1f94fd3fb3571a6a21ac47da2ce.tar.gz ports-10cee3fd8a42c1f94fd3fb3571a6a21ac47da2ce.zip |
Notes
Diffstat (limited to 'shells/zsh')
-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 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 |