From 5c427cd3089a5ed942222073230458490bc58ac2 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 4 Feb 2019 06:10:03 +0000 Subject: [PATCH] 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 --- sysutils/screen/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 409557486ae0..669bc860cc56 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -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