summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-02-18 20:02:38 +0000
committerjperkin <jperkin@pkgsrc.org>2013-02-18 20:02:38 +0000
commite23aa3c874f4d723763b99dde9d627c97aadf46d (patch)
tree425a14e46c9677db3f3e5f0e512d87238240526a /shells/zsh
parent3ec828c45e2fd5ba2839134b2dfe90201a45fcb7 (diff)
downloadpkgsrc-e23aa3c874f4d723763b99dde9d627c97aadf46d.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/zsh')
-rw-r--r--shells/zsh/Makefile.common4
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