svn commit: r359225 - head/devel/autoconf213

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


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}


More information about the svn-ports-head mailing list