diff options
author | taca <taca> | 2004-11-25 16:12:54 +0000 |
---|---|---|
committer | taca <taca> | 2004-11-25 16:12:54 +0000 |
commit | c14846cf6694136d20e699613468199f87b3b6b3 (patch) | |
tree | 79e01e2ed9df22ae8f44d41cc5bdd64e10da0dcf /shells/zsh | |
parent | cbf75c398bae70038be75a95f6c3f2e6c9d9d432 (diff) | |
download | pkgsrc-c14846cf6694136d20e699613468199f87b3b6b3.tar.gz |
Add TEXINF_REQD to 4.0 to work on NetBSD 1.5.3.
Reported by mochida at Netside.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 2c04ca1b9bf..ff85f236d81 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2004/08/27 06:29:10 jlam Exp $ +# $NetBSD: Makefile.common,v 1.18 2004/11/25 16:12:54 taca Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -20,6 +20,7 @@ GNU_CONFIGURE= YES USE_MAKEINFO= YES INFO_FILES= zsh.info +TEXINFO_REQD= 4.0 PKG_INSTALLATION_TYPES= overwrite pkgviews |