summaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2002-10-28 19:40:54 +0000
committerNik Clayton <nik@FreeBSD.org>2002-10-28 19:40:54 +0000
commit7779bb451067016ccf2b2d2dae375c30e825b8b2 (patch)
treee79f9c22560a137e1134da8cda4e02fd3e24f6d6 /textproc/docproj
parentfix segfault (diff)
Add a dependency on textproc/scr2txt, which is used to convert screenshots
to their plain text equivalent. Bump the port version accordingly.
Notes
Notes: svn path=/head/; revision=69048
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile5
1 files changed, 3 insertions, 2 deletions
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