diff options
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" |