summaryrefslogtreecommitdiff
path: root/textproc/docproj
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-12-24 01:22:18 +0000
committerNik Clayton <nik@FreeBSD.org>1999-12-24 01:22:18 +0000
commit4e876399063f83fb109e397b9fd76cb7004adb21 (patch)
tree63b659632b679ff42787df782b704719c25981f6 /textproc/docproj
parentUpdate to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2, (diff)
Prefer w3m over lynx, it's table handling is superior.
Explicitly specify DocBook 3.1, rather than the meta-port. This triggered a rather interesting bug on a completely clean machine, where the sgmlformat port, depending on DocBook 3.0, installed enough DocBook that the ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook dependency line was satisfied, and DocBook 3.1 was never installed. This was noticed by Mark Ovens <mark@ukug.uk.freebsd.org>, who helped me track it down.
Notes
Notes: svn path=/head/; revision=23949
Diffstat (limited to 'textproc/docproj')
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 2ea91058fd74..08e51660b72d 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -18,11 +18,11 @@ RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \
sgmlnorm:${PORTSDIR}/textproc/sp \
jade:${PORTSDIR}/textproc/jade \
tidy:${PORTSDIR}/www/tidy \
- lynx:${PORTSDIR}/www/lynx \
+ w3m:${PORTSDIR}/www/w3m \
${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \
${PREFIX}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \
${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
- ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
+ ${PREFIX}/share/sgml/docbook/3.1:${PORTSDIR}/textproc/docbook-310 \
${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
IS_INTERACTIVE= "user must set JADETEX variable to 'yes' or 'no'"