aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-05-24 15:09:44 +0800
committeredwin <edwin@FreeBSD.org>2008-05-24 15:09:44 +0800
commit13be69030c96f70ce756e7596e443a2bc8ba3040 (patch)
tree468cf6c49051f514bc4d8b25560ad83118be75d2 /textproc
parent3ce1d79956407033f954b33623480105235e49ae (diff)
downloadfreebsd-ports-gnome-13be69030c96f70ce756e7596e443a2bc8ba3040.tar.gz
freebsd-ports-gnome-13be69030c96f70ce756e7596e443a2bc8ba3040.tar.zst
freebsd-ports-gnome-13be69030c96f70ce756e7596e443a2bc8ba3040.zip
[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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docproj/Makefile4
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