From be0b9912665d6b9817306e97e10f6829144a8d83 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 14 Feb 2012 12:45:35 +0000 Subject: Bump pcre library dependency due to 8.30 update --- shells/zsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 4cac54949e1a..a9ced112a2cf 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc @@ -77,7 +77,7 @@ PLIST_SUB+= GDBM="@comment " .if defined(WITH_ZSH_PCRE) CONFIGURE_ARGS+= --enable-pcre -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre PLIST_SUB+= PCRE="" .else CONFIGURE_ARGS+= --disable-pcre -- cgit