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 | c0fd029c3f69275cb159e6a023f7dbfccc288210 (patch) | |
tree | de7f53fcc75d8f6e25bd4279c2ed1f5e0acf8f8f /shells/zsh/Makefile.common | |
parent | 1132dc138f6eb34da6b6b1c64b68fadc1f2f1b35 (diff) | |
download | pkgsrc-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/zsh/Makefile.common')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
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" |