svn commit: r359223 - head/devel/bison

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 11:50:32 UTC 2014


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


More information about the svn-ports-head mailing list