diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 19:36:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 19:36:16 +0000 |
commit | 321251d1cecc7337100e3c8d5c909e5ba19523ce (patch) | |
tree | 293f5bfff1ab0e748aa31909eadb029397fe6bad /shells | |
parent | ae078d317f5c4d4cbe31b4918072ef49c51611b9 (diff) | |
download | ports-321251d1cecc7337100e3c8d5c909e5ba19523ce.tar.gz ports-321251d1cecc7337100e3c8d5c909e5ba19523ce.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index c804b2ef9013..813122ef2427 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -65,6 +65,7 @@ STATIC_CONFIGURE_ON= --disable-dynamic STATIC_CONFIGURE_OFF= --enable-dynamic DEBUG_CONFIGURE_ENABLE= zsh-debug MULTIBYTE_CONFIGURE_ENABLE= multibyte +DOCS_USES= makeinfo .include <bsd.port.pre.mk> |