svn commit: r359227 - head/lang/gawk

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


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}


More information about the svn-ports-head mailing list