summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2008-07-25 09:14:48 +0000
committerghen <ghen@pkgsrc.org>2008-07-25 09:14:48 +0000
commitc0fd029c3f69275cb159e6a023f7dbfccc288210 (patch)
treede7f53fcc75d8f6e25bd4279c2ed1f5e0acf8f8f /shells
parent1132dc138f6eb34da6b6b1c64b68fadc1f2f1b35 (diff)
downloadpkgsrc-c0fd029c3f69275cb159e6a023f7dbfccc288210.tar.gz
Don't needlessly depend on a perl module for a perl script we do not install.
Bump PKGREVISION for zsh and zsh-current.
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"