summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorryoon <ryoon>2011-04-06 11:27:59 +0000
committerryoon <ryoon>2011-04-06 11:27:59 +0000
commit1f6688a4096d42679fbba6be374342d3fbc21e0d (patch)
treeb43115336d290f9fe5a51e405098fbda5f7e97df /shells/zsh
parenta00e0624aa541ca077b1f7b0b19efa8febf9fae3 (diff)
downloadpkgsrc-1f6688a4096d42679fbba6be374342d3fbc21e0d.tar.gz
* Add workaround for curses detection.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 86f917fdf39..8a5c3ed5e66 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2011/04/05 15:03:44 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.60 2011/04/06 11:27:59 ryoon Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -81,12 +81,13 @@ PLIST.terminfo= yes
.endif
### curses
+.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])
PLIST.curses= yes
.endif
-
+.endif
################################################################################