aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-18 23:50:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-18 23:50:52 +0000
commit99aa298198199777464d41c80b625fdeb621bd4f (patch)
tree5cd8d9a89abf960dacee3df8901d775bc0f41085 /shells
parentfab19bb2644024340aefd4ee182120ce21c0fed8 (diff)
downloadports-99aa298198199777464d41c80b625fdeb621bd4f.tar.gz
ports-99aa298198199777464d41c80b625fdeb621bd4f.zip
Notes
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 c9ae637a72ad..c1d7bf9ee456 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zsh
PORTVERSION= 4.3.17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= shells
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} \
SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc
@@ -115,6 +115,7 @@ CONFIGURE_ARGS+= --disable-multibyte
.endif
post-patch:
+ @${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure
@${SED} -i "" -e "s,link=dynamic,link=either," \
${WRKSRC}/Src/Modules/*.mdd
@${SED} -i "" -e "s,/etc/,${LOCALBASE}/etc/," \