diff options
author | Nik Clayton <nik@FreeBSD.org> | 2002-10-28 19:40:54 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2002-10-28 19:40:54 +0000 |
commit | 7779bb451067016ccf2b2d2dae375c30e825b8b2 (patch) | |
tree | e79f9c22560a137e1134da8cda4e02fd3e24f6d6 | |
parent | 5d8aaaa374d6013586ab02e7688163f6abef7235 (diff) | |
download | ports-7779bb451067016ccf2b2d2dae375c30e825b8b2.tar.gz ports-7779bb451067016ccf2b2d2dae375c30e825b8b2.zip |
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
-rw-r--r-- | textproc/docproj/Makefile | 5 |
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 |