From 4e876399063f83fb109e397b9fd76cb7004adb21 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 24 Dec 1999 01:22:18 +0000 Subject: 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 , who helped me track it down. --- textproc/docproj/Makefile | 4 ++-- 1 file 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'" -- cgit v1.2.3