From 7779bb451067016ccf2b2d2dae375c30e825b8b2 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 28 Oct 2002 19:40:54 +0000 Subject: Add a dependency on textproc/scr2txt, which is used to convert screenshots to their plain text equivalent. Bump the port version accordingly. --- textproc/docproj/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/docproj') diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 8d899e8e6208..9d829d87f7d9 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -28,7 +28,8 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm \ ${PREFIX}/bin/links:${PORTSDIR}/www/links1 \ ${PREFIX}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ - ${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png + ${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png \ + ${PREFIX}/bin/scr2txt:${PORTSDIR}/textproc/scr2txt .if defined(WITH_OPENJADE) || ${MACHINE_ARCH} == "alpha" RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade -- cgit v1.2.3