diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index f638c45648ac..97148721dd25 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -7,14 +7,14 @@ PORTNAME= fish PORTVERSION= 1.23.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= shells MASTER_SITES= SF MAINTAINER= rfarmer@predatorlabs.net COMMENT= A user friendly command line shell -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index d61e3cffee9f..5365a8070d1e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}:src \ SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc @@ -24,7 +24,7 @@ ZSH_VER= ${PORTVERSION} USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 GNU_CONFIGURE= yes .if !defined(WITH_ZSH_STATIC) USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} |