diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-02-18 20:02:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-02-18 20:02:38 +0000 |
commit | 69a78367b49380c07ab4f95cb8ebf6db1e9e76f5 (patch) | |
tree | 425a14e46c9677db3f3e5f0e512d87238240526a /shells | |
parent | 83a6fc2fada8d114c1b1ca0e2787fb6dec5a0f7f (diff) | |
download | pkgsrc-69a78367b49380c07ab4f95cb8ebf6db1e9e76f5.tar.gz |
Ugly hack to fix Solaris packaging. Fixing this properly involves
rewriting this entire package, and I've not yet had time to test my
proposed rewrite on enough platforms, so this will do for now.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index c088f4dfdd4..a87553b8181 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.67 2012/09/11 23:25:10 asau Exp $ +# $NetBSD: Makefile.common,v 1.68 2013/02/18 20:02:38 jperkin Exp $ # used by shells/zsh/Makefile # used by shells/zsh-current/Makefile @@ -94,7 +94,7 @@ PLIST.terminfo= yes .if empty(MACHINE_PLATFORM:MNetBSD-[0-9]*) CHECK_BUILTIN.curses= yes .include "../../mk/curses.builtin.mk" -.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) +.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS" PLIST.curses= yes .endif .endif |