aboutsummaryrefslogtreecommitdiff
path: root/sysutils/screen
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-02-04 06:10:03 +0000
committerCy Schubert <cy@FreeBSD.org>2019-02-04 06:10:03 +0000
commit5c427cd3089a5ed942222073230458490bc58ac2 (patch)
treef01cf3153cabc9ea9d379f739d34bf2293b6adc6 /sysutils/screen
parent0d0fcbcd5c76d8876b79ef666fb90306b446a72b (diff)
downloadports-5c427cd3089a5ed942222073230458490bc58ac2.tar.gz
ports-5c427cd3089a5ed942222073230458490bc58ac2.zip
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
Notes
Notes: svn path=/head/; revision=492098
Diffstat (limited to 'sysutils/screen')
-rw-r--r--sysutils/screen/Makefile1
1 files changed, 1 insertions, 0 deletions
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