diff options
author | bapt <bapt@FreeBSD.org> | 2018-12-27 16:54:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-12-27 16:54:55 +0800 |
commit | 0bb313eee38056627d9356d359164714037579be (patch) | |
tree | 67e054726e9056f57cb914c74df3759a89168856 /textproc | |
parent | a11aa6adb4187ef4897516c55abd4cf9d922cebf (diff) | |
download | freebsd-ports-gnome-0bb313eee38056627d9356d359164714037579be.tar.gz freebsd-ports-gnome-0bb313eee38056627d9356d359164714037579be.tar.zst freebsd-ports-gnome-0bb313eee38056627d9356d359164714037579be.zip |
Groff now requires texinfo to be installed to build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index e9eeca7fef3d..45ac42701f06 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS:= psselect:print/psutils MAKE_JOBS_UNSAFE= yes -USES= cpe ghostscript gmake perl5 shebangfix +USES= cpe ghostscript gmake perl5 shebangfix makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk CONFIGURE_ENV+= PERLPATH=${perl_CMD} # shebangfix |