From fbce06f5b18078785bf6c465b8f4fef68f6cee16 Mon Sep 17 00:00:00 2001 From: swills Date: Wed, 4 Jul 2018 04:38:35 +0000 Subject: textproc/docproj: add textproc/groff to RUN_DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 228985 Submitted by: Vinícius Zavam --- textproc/docproj/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index baef34e443ff..cccb99c4886f 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org @@ -21,7 +21,8 @@ RUN_DEPENDS= links:www/links1 \ docbook>0:textproc/docbook \ ${LOCALBASE}/share/xml/xmlcharent/catalog:textproc/xmlcharent \ p5-XML-Parser>=2.41:textproc/p5-XML-Parser \ - zip:archivers/zip + zip:archivers/zip \ + groff:textproc/groff USES= ghostscript:run metaport perl5 USE_PERL5= run -- cgit