svn commit: r359224 - head/devel/autoconf

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


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


More information about the svn-ports-head mailing list