diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-24 07:09:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-24 07:09:44 +0000 |
commit | 7a13c8bf2073d3be3fe10a0e39a56381509db3c3 (patch) | |
tree | 1cad582d7ea7345dfb30567f0bcebf246db693d3 | |
parent | New port: biology/consed viewing and editing workbench for sequence (diff) |
[PATCH] textproc/docproj: Add dependencies for graphics/peps and textproc/opensp
- FDP-primer 2.1.1 says graphics/peps is mandatory tool
- make lint fails without textproc/opensp
I have compared it with
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/release/Makefile.inc.docports?rev=1.25;content-type=text%2Fplain
as stated in the beginning of the Makefile.
PR: ports/120198
Submitted by: Thomas Abthorpe <tabthorpe@FreeBSD.org>
Approved by: maintainer timeout
-rw-r--r-- | textproc/docproj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 309f764e693b..ccea3aaefd9c 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -28,6 +28,7 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ scr2txt:${PORTSDIR}/textproc/scr2txt \ tidy:${PORTSDIR}/www/tidy \ xsltproc:${PORTSDIR}/textproc/libxslt \ + peps:${PORTSDIR}/graphics/peps \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ ${LOCALBASE}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ ${LOCALBASE}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ @@ -42,7 +43,8 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ .include <bsd.port.pre.mk> .if defined(WITH_OPENJADE) || ${ARCH} != "i386" -RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade +RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade \ + onsgmls:${PORTSDIR}/textproc/opensp .else RUN_DEPENDS+= jade:${PORTSDIR}/textproc/jade .endif |