diff options
author | nik <nik@FreeBSD.org> | 1999-12-24 09:22:18 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-12-24 09:22:18 +0800 |
commit | 79cec57a173e13a9bdda78754e637ab7d1e4d0c8 (patch) | |
tree | 56bf3139ec530a298ce10a470a5013f83d4bed47 /textproc | |
parent | 18f06afa52e33bbb886cd56c16773d9b8db384ef (diff) | |
download | freebsd-ports-gnome-79cec57a173e13a9bdda78754e637ab7d1e4d0c8.tar.gz freebsd-ports-gnome-79cec57a173e13a9bdda78754e637ab7d1e4d0c8.tar.zst freebsd-ports-gnome-79cec57a173e13a9bdda78754e637ab7d1e4d0c8.zip |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 4 |
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'" |