Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 22:02:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359312 - head/devel/kBuild
Message-ID:  <201406252202.s5PM2BdS067919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jun 25 22:02:10 2014
New Revision: 359312
URL: http://svnweb.freebsd.org/changeset/ports/359312
QAT: https://qat.redports.org/buildarchive/r359312/

Log:
  Allow to build with texinfo from ports

Modified:
  head/devel/kBuild/Makefile

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Wed Jun 25 22:00:49 2014	(r359311)
+++ head/devel/kBuild/Makefile	Wed Jun 25 22:02:10 2014	(r359312)
@@ -16,7 +16,7 @@ COMMENT=	Makefile framework
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
 
 USE_AUTOTOOLS=	automake autoconf
-USES=		gmake
+USES=		gmake makeinfo
 
 CONFLICTS_INSTALL=	kBuild-devel-[0-9]*
 



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