Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 11:51:29 +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: r359224 - head/devel/autoconf
Message-ID:  <201406251151.s5PBpToK075857@svn.freebsd.org>

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

Log:
  Fix build without texinfo in base

Modified:
  head/devel/autoconf/Makefile

Modified: head/devel/autoconf/Makefile
==============================================================================
--- head/devel/autoconf/Makefile	Wed Jun 25 11:50:32 2014	(r359223)
+++ head/devel/autoconf/Makefile	Wed Jun 25 11:51:28 2014	(r359224)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
 
 BUILD_VERSION=	2.69
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		gmake perl5 tar:xz
+USES=		gmake makeinfo perl5 tar:xz
 INFO=		autoconf
 
 GNU_CONFIGURE=	yes



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