diff options
author | gjb <gjb@FreeBSD.org> | 2013-07-02 22:21:54 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-07-02 22:21:54 +0800 |
commit | d86ceeedbfa31c3675350ca21a8781776f21c376 (patch) | |
tree | aab34d032fe61525a5fe1ecc94509865a4a1ea07 /textproc | |
parent | 9ae99e42d0e30491756448800f106558728cb665 (diff) | |
download | freebsd-ports-gnome-d86ceeedbfa31c3675350ca21a8781776f21c376.tar.gz freebsd-ports-gnome-d86ceeedbfa31c3675350ca21a8781776f21c376.tar.zst freebsd-ports-gnome-d86ceeedbfa31c3675350ca21a8781776f21c376.zip |
Add www/w3m as textproc/docproj dependency.
Approved by: doceng (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index d3505d9a27f2..e9603914b0c1 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -4,7 +4,7 @@ PORTNAME= docproj PORTVERSION= 1.17 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -33,6 +33,7 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 \ ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \ p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser \ + w3m:${PORTSDIR}/www/w3m \ zip:${PORTSDIR}/archivers/zip OPTIONS_DEFINE= X11 JADETEX OPENJADE CJK SVN IGOR |