svn commit: r359290 - head/shells/zsh

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 19:36:17 UTC 2014


Author: bapt
Date: Wed Jun 25 19:36:16 2014
New Revision: 359290
URL: http://svnweb.freebsd.org/changeset/ports/359290
QAT: https://qat.redports.org/buildarchive/r359290/

Log:
  Fix build with texinfo from ports

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Wed Jun 25 19:34:08 2014	(r359289)
+++ head/shells/zsh/Makefile	Wed Jun 25 19:36:16 2014	(r359290)
@@ -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>
 


More information about the svn-ports-head mailing list