Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 19:36:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359290 - head/shells/zsh
Message-ID:  <201406251936.s5PJaHsf097548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251936.s5PJaHsf097548>