diff options
author | uebayasi <uebayasi> | 2008-12-30 01:55:22 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2008-12-30 01:55:22 +0000 |
commit | 154f6a13a5b166999294ba79fe6b662f19a74d23 (patch) | |
tree | e429c92a9a9ecce58e73c598d603adc0fe80b9a8 /shells/zsh | |
parent | b5390a8bba69c844dd0cf4acc5f3cbd24f77bdc1 (diff) | |
download | pkgsrc-154f6a13a5b166999294ba79fe6b662f19a74d23.tar.gz |
DragonFly has ncurses too.
Diffstat (limited to 'shells/zsh')
-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 11b86ea8267..6b9e065701a 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.53 2008/12/28 14:52:05 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.54 2008/12/30 01:55:22 uebayasi Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -42,7 +42,7 @@ _ZSH_OPSYS.OpenBSD= ldflags tcsetpgrp - _ZSH_OPSYS.Linux= ldflags tcsetpgrp terminfo _ZSH_OPSYS.IRIX= ldflags tcsetpgrp - _ZSH_OPSYS.Interix= ldflags notcsetpgrp - -_ZSH_OPSYS.DragonFly= ldflags tcsetpgrp - +_ZSH_OPSYS.DragonFly= ldflags tcsetpgrp terminfo _ZSH_OPSYS.FreeBSD= ldflags tcsetpgrp terminfo _ZSH_OPSYS.SunOS= - tcsetpgrp - |