aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-05-02 21:13:47 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-05-02 21:13:47 +0000
commit54df03845729df56ccdbcdf8627db279c6415dbf (patch)
tree2f1140885320c3bcd596f1790f11d13262e3e5e2 /shells/zsh/Makefile
parent299ccb4639bb401ee3b71f418f854d4d66008fec (diff)
downloadports-54df03845729df56ccdbcdf8627db279c6415dbf.tar.gz
ports-54df03845729df56ccdbcdf8627db279c6415dbf.zip
Upgrade to 4.3.6, with kind assistance from Baptiste Daroussin
<baptiste.daroussin@gmail.com> PR: ports/122116
Notes
Notes: svn path=/head/; revision=212504
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 34a9518c9a79..6b6ae0cd2cdd 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -21,8 +21,7 @@
# NOTE: does NOT have to be inside ${PREFIX} tree
PORTNAME= zsh
-PORTVERSION= 4.3.4
-PORTREVISION= 3
+PORTVERSION= 4.3.6
CATEGORIES= shells
MASTER_SITES= SF
.if !defined(NOPORTDOCS)
@@ -43,7 +42,7 @@ USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-curses-terminfo --with-tcsetpgrp \
+CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \
--enable-etcdir=${ZSH_ETCDIR} \
--enable-fndir=${ZSH_FNDIR} --enable-function-subdirs \
--enable-site-fndir=${ZSH_SITEFNDIR}