diff options
author | nik <nik@FreeBSD.org> | 2002-10-29 03:40:54 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-10-29 03:40:54 +0800 |
commit | 9ac671fbc27310f59561471e99c9f0f6a9095867 (patch) | |
tree | f1476fe6c3817e28d3ff285fc1fd1e70b5560cbb /textproc | |
parent | 24ca1b02d8a387cbc997a4c1b0db13a885ed86d6 (diff) | |
download | freebsd-ports-gnome-9ac671fbc27310f59561471e99c9f0f6a9095867.tar.gz freebsd-ports-gnome-9ac671fbc27310f59561471e99c9f0f6a9095867.tar.zst freebsd-ports-gnome-9ac671fbc27310f59561471e99c9f0f6a9095867.zip |
Add a dependency on textproc/scr2txt, which is used to convert screenshots
to their plain text equivalent. Bump the port version accordingly.
Diffstat (limited to 'textproc')
-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 |