summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-16 19:01:28 +0000
committerjoerg <joerg>2007-04-16 19:01:28 +0000
commitea4df971b822d1e7f10ce52c754c158389fc2bfe (patch)
tree326f324079cb0ca8126624a576a132974916931c /shells/zsh
parent0a57c1c5b17892acdde760c5c3a56ee511d1520b (diff)
downloadpkgsrc-ea4df971b822d1e7f10ce52c754c158389fc2bfe.tar.gz
Always build with tcsetpgrp support on DragonFly, makig zsh not
depend on a control terminal during build.
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 17673bad893..b33634f02b3 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2007/02/22 19:27:10 wiz Exp $
+# $NetBSD: Makefile.common,v 1.38 2007/04/16 19:01:28 joerg Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -71,7 +71,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST
.if ${OPSYS} == "Interix"
CONFIGURE_ARGS+=--without-tcsetpgrp
-.elif ${OPSYS} == "IRIX"
+.elif ${OPSYS} == "IRIX" || ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+=--with-tcsetpgrp
.endif