diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 05:54:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 05:54:45 +0800 |
commit | 5c9bf86cc8e9c4d418eba8ee1ddbf9d77196bfb8 (patch) | |
tree | 3c57797d091176647365c1dfe6306fb346f8d844 /japanese | |
parent | ea54bc2592be127ad72e5c2abc4aa05cc18b45fd (diff) | |
download | freebsd-ports-graphics-5c9bf86cc8e9c4d418eba8ee1ddbf9d77196bfb8.tar.gz freebsd-ports-graphics-5c9bf86cc8e9c4d418eba8ee1ddbf9d77196bfb8.tar.zst freebsd-ports-graphics-5c9bf86cc8e9c4d418eba8ee1ddbf9d77196bfb8.zip |
Allow to build with texinfo from ports
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/groff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index ab8f001b8b6..73ed8fe3fef 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 USE_GCC= any GNU_CONFIGURE= yes -USES= iconv:wchar_t gmake +USES= iconv:wchar_t gmake makeinfo CONFIGURE_ARGS= --enable-multibyte CONFIGURE_ENV= INSTALL_MAN="${INSTALL_MAN}" |