aboutsummaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index a01d1ec07ac4..66f27a3b7373 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -18,7 +18,8 @@ INFO= gawk gawkinet
USE_XZ= true
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
+USES= iconv
+CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
--with-libintl-prefix=${LOCALBASE} \
AWK=${AWK}