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

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

Log:
  Fix build without texinfo in base

Modified:
  head/lang/gawk/Makefile

Modified: head/lang/gawk/Makefile
==============================================================================
--- head/lang/gawk/Makefile	Wed Jun 25 11:54:29 2014	(r359226)
+++ head/lang/gawk/Makefile	Wed Jun 25 11:54:55 2014	(r359227)
@@ -22,7 +22,7 @@ MPFR_CONFIGURE_OFF=	--without-gmp --with
 INFO=		gawk gawkinet
 
 GNU_CONFIGURE=	yes
-USES=		iconv tar:xz
+USES=		iconv makeinfo tar:xz
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} \
 		--with-libintl-prefix=${LOCALBASE} \
 		AWK=${AWK}



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