diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /shells | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
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} |