summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-16 12:39:48 +0000
committerjoerg <joerg>2008-06-16 12:39:48 +0000
commit80295ce7eb93ca41ed981890de83c77677507a76 (patch)
treeafebc25c4b4ec6c58f219a5813058148f75cd0aa /shells/zsh
parent8b8a65d84e866a25b8c3dec1b82a684be9c77a38 (diff)
downloadpkgsrc-80295ce7eb93ca41ed981890de83c77677507a76.tar.gz
Make tcsetpgrp the default for all platforms but Interix.
Please list exceptions explicitly.
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 2cae147fa01..ad8ffdc7ac8 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2007/11/04 15:58:24 agc Exp $
+# $NetBSD: Makefile.common,v 1.45 2008/06/16 12:39:48 joerg Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -78,7 +78,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST
.if ${OPSYS} == "Interix"
CONFIGURE_ARGS+=--without-tcsetpgrp
-.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly"
+.else
CONFIGURE_ARGS+=--with-tcsetpgrp
.endif