diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 19:54:55 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 19:54:55 +0800 |
commit | f30cecf0d9d04c2fb976ae02eb7d30079dc06a65 (patch) | |
tree | 26b637551988b576f24cf38b1f1388f5214e069e /lang | |
parent | fccacf80c7d8bb83e047972073691941aefa6841 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |