diff options
author | swills <swills@FreeBSD.org> | 2018-07-04 12:38:35 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-07-04 12:38:35 +0800 |
commit | fbce06f5b18078785bf6c465b8f4fef68f6cee16 (patch) | |
tree | c75e10676fd0ff4f2d48737c6c84be669eaf4b12 /textproc | |
parent | 9a5b6bbf9c5ac279d5cee7c2f9984b0e3d4c90b6 (diff) | |
download | freebsd-ports-gnome-fbce06f5b18078785bf6c465b8f4fef68f6cee16.tar.gz freebsd-ports-gnome-fbce06f5b18078785bf6c465b8f4fef68f6cee16.tar.zst freebsd-ports-gnome-fbce06f5b18078785bf6c465b8f4fef68f6cee16.zip |
textproc/docproj: add textproc/groff to RUN_DEPENDS
PR: 228985
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |