nroff/groff was removed from base by r319664. Since then textproc/groff

is required to avoid the following error:

> $ man screen
> This manpage needs groff(1) to be rendered
> First install groff(1):
> pkg install groff

Reported by:	mayhem30@gmail.com
MFH:		2019Q1
This commit is contained in:
Cy Schubert 2019-02-04 06:10:03 +00:00
parent 0d0fcbcd5c
commit 5c427cd308
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492098

View File

@ -56,6 +56,7 @@ LDFLAGS+= -L${NCURSESLIB}
.if ${PORT_OPTIONS:MMAN}
MAKE_ARGS+= WITH_MAN=1
PLIST_SUB+= MAN=""
USES+= groff
.else
PLIST_SUB+= MAN="@comment"
.endif