mdocml: fix detection of pager

This commit is contained in:
classabbyamp 2022-06-11 12:10:01 -04:00 committed by Leah Neukirchen
parent dd1e171343
commit 03ebf3bf3e

View file

@ -1,12 +1,13 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.14.6
revision=3
revision=4
wrksrc="mandoc-${version}"
build_style=configure
make_build_args="all man.cgi"
make_check_target="regress"
makedepends="less zlib-devel"
hostmakedepends="less"
makedepends="zlib-devel"
depends="less"
checkdepends="perl"
conf_files="/etc/man.conf"