diff options
author | ghen <ghen@pkgsrc.org> | 2008-07-25 09:14:48 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-07-25 09:14:48 +0000 |
commit | 1d4f00f9bf1d03c6a4ce6757b6a67658f0905750 (patch) | |
tree | de7f53fcc75d8f6e25bd4279c2ed1f5e0acf8f8f /shells/zsh-current | |
parent | 1d8185210e0f0baed08a5dd4e71117b0e2dbd10a (diff) | |
download | pkgsrc-1d4f00f9bf1d03c6a4ce6757b6a67658f0905750.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/zsh-current')
-rw-r--r-- | shells/zsh-current/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |