From a31ba99dc7532aaf100499b4a12daf22b27c8bd1 Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 20 Feb 2001 19:15:50 +0000 Subject: Add graphics/eps2png and graphics/netpbm as dependencies. These are required in order to process the graphics. --- textproc/docproj/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index f04043d4a679..e2388ea3bc3f 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -19,7 +19,9 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ ${PREFIX}/share/sgml/docbook/catalog:${PORTSDIR}/textproc/docbook \ - ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 + ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ + ${PREFIX}/bin/eps2png:${PORTSDIR}/graphics/eps2png \ + ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm .if defined(WITH_OPENJADE) RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade -- cgit