aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 19:54:55 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 19:54:55 +0800
commitf30cecf0d9d04c2fb976ae02eb7d30079dc06a65 (patch)
tree26b637551988b576f24cf38b1f1388f5214e069e /lang
parentfccacf80c7d8bb83e047972073691941aefa6841 (diff)
downloadfreebsd-ports-gnome-f30cecf0d9d04c2fb976ae02eb7d30079dc06a65.tar.gz
freebsd-ports-gnome-f30cecf0d9d04c2fb976ae02eb7d30079dc06a65.tar.zst
freebsd-ports-gnome-f30cecf0d9d04c2fb976ae02eb7d30079dc06a65.zip
Fix build without texinfo in base
Diffstat (limited to 'lang')
-rw-r--r--lang/gawk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index db0a7d313f1d..3012bbe53528 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -22,7 +22,7 @@ MPFR_CONFIGURE_OFF= --without-gmp --without-mpfr
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}