From dc48f9f1a1f03a6d533bbd862caf48e884b4e960 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 22 Sep 2014 14:32:14 +0200 Subject: [PATCH] openbsd-man: depends on mdocml>=1.13.1. --- srcpkgs/openbsd-man/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/openbsd-man/template b/srcpkgs/openbsd-man/template index 4fa8292034..397213ca9e 100644 --- a/srcpkgs/openbsd-man/template +++ b/srcpkgs/openbsd-man/template @@ -1,9 +1,10 @@ # Template file for 'openbsd-man' pkgname=openbsd-man version=20140922 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="git" +depends="mdocml>=1.13.1" make_install_args="ETCDIR=/etc" short_desc="The OpenBSD man(1) utility" maintainer="Juan RP "