Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 11:50:32 +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: r359223 - head/devel/bison
Message-ID:  <201406251150.s5PBoWF2075602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 25 11:50:32 2014
New Revision: 359223
URL: http://svnweb.freebsd.org/changeset/ports/359223
QAT: https://qat.redports.org/buildarchive/r359223/

Log:
  Fix build without texinfo in base

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Wed Jun 25 11:39:07 2014	(r359222)
+++ head/devel/bison/Makefile	Wed Jun 25 11:50:32 2014	(r359223)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	m4>=1.4.16,1:${PORTSDIR}/de
 
 OPTIONS_DEFINE=	EXAMPLES NLS
 
-USES=		charsetfix perl5 tar:xz
+USES=		charsetfix makeinfo perl5 tar:xz
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include



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