diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-09-27 12:20:52 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-09-27 12:20:52 +0000 |
commit | 09bcb2273b45fafd4ca43853ac18a1a0326650b7 (patch) | |
tree | 48dd7b656f0b81e49447876290c21f209d98ecd5 /shells | |
parent | f11bb0d97f2674fc1617be4feeff7e01386978cd (diff) | |
download | ports-09bcb2273b45fafd4ca43853ac18a1a0326650b7.tar.gz ports-09bcb2273b45fafd4ca43853ac18a1a0326650b7.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 69fdf3ca4741..e1286bb6699d 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -61,7 +61,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-etcdir=${ZSH_ETCDIR} --with-curses-terminfo \ +CONFIGURE_ARGS= --with-curses-terminfo --with-tcsetpgrp \ + --enable-etcdir=${ZSH_ETCDIR} \ --enable-fndir=${ZSH_FNDIR} --enable-function-subdirs \ --enable-site-fndir=${ZSH_SITEFNDIR} |