Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 11:54:11 +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: r359225 - head/devel/autoconf213
Message-ID:  <201406251154.s5PBsB8G077037@svn.freebsd.org>

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

Log:
  Fix build without texinfo in base

Modified:
  head/devel/autoconf213/Makefile

Modified: head/devel/autoconf213/Makefile
==============================================================================
--- head/devel/autoconf213/Makefile	Wed Jun 25 11:51:28 2014	(r359224)
+++ head/devel/autoconf213/Makefile	Wed Jun 25 11:54:11 2014	(r359225)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
 
 BUILD_VERSION=	2.13
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
-USES=		perl5 desthack tar:bzip2
+USES=		perl5 desthack makeinfo tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}



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