diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tig/Makefile b/devel/tig/Makefile index fe8b5681a7d9..ce31de5d624d 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -18,7 +18,7 @@ MAN5= tigrc.5 MAN7= tigmanual.7 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} USE_GMAKE= yes USES= iconv |