summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-current/Makefile4
-rw-r--r--shells/zsh/Makefile4
-rw-r--r--shells/zsh/Makefile.common4
3 files changed, 5 insertions, 7 deletions
diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile
index fbba2915aeb..c25c09d7e7c 100644
--- a/shells/zsh-current/Makefile
+++ b/shells/zsh-current/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2008/07/13 18:26:24 tonnerre Exp $
+# $NetBSD: Makefile,v 1.15 2008/07/25 09:14:48 ghen Exp $
.include "../../shells/zsh/Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
ZSH_VERSION= 4.3.4
ZSH_MAINTAINER= uebayasi@NetBSD.org
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 9578ecb1e3d..4e3dc8ac55f 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2008/07/13 18:22:01 tonnerre Exp $
+# $NetBSD: Makefile,v 1.53 2008/07/25 09:14:48 ghen Exp $
.include "../../shells/zsh/Makefile.common"
ZSH_VERSION= 4.2.6
ZSH_MAINTAINER= uebayasi@NetBSD.org
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../mk/bsd.pkg.mk"
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index a16f812d633..ea22205c968 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2008/07/13 18:22:01 tonnerre Exp $
+# $NetBSD: Makefile.common,v 1.48 2008/07/25 09:14:48 ghen Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -23,8 +23,6 @@ USE_TOOLS+= makeinfo
INFO_FILES= # PLIST
TEXINFO_REQD= 4.0
-DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"