diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-05-10 01:17:32 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-05-10 01:17:32 +0000 |
commit | 4bf5b7955a9b8e89daf364269466322cb55a6bf4 (patch) | |
tree | 41a075f50e5aff1523975e90cafa177c7fbc7685 /shells/zsh/Makefile | |
parent | 49f8085bdc74f889b045bc5ffb8f65b2130709b2 (diff) | |
download | pkgsrc-4bf5b7955a9b8e89daf364269466322cb55a6bf4.tar.gz |
Fix zsh cross-build on NetBSD.
Patch it up to use compile-tests rather than run-tests in autoconf
for many of its tests (OS-independently). Teach it about the few
remaining properties for NetBSD in particular.
ok agc
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 7a2597bb86c..53944998c36 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2013/04/06 21:07:35 rodent Exp $ +# $NetBSD: Makefile,v 1.63 2013/05/10 01:17:32 riastradh Exp $ .include "../../shells/zsh/Makefile.common" +PKGREVISION= 1 + ZSH_VERSION= 5.0.2 ZSH_MAINTAINER= uebayasi@NetBSD.org |