diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-12-24 01:22:18 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-12-24 01:22:18 +0000 |
commit | 4e876399063f83fb109e397b9fd76cb7004adb21 (patch) | |
tree | 63b659632b679ff42787df782b704719c25981f6 /textproc/docproj | |
parent | 4ebeef489c00193eb551f2de0d59c118a6b62f6d (diff) | |
download | ports-4e876399063f83fb109e397b9fd76cb7004adb21.tar.gz ports-4e876399063f83fb109e397b9fd76cb7004adb21.zip |
Notes
Diffstat (limited to 'textproc/docproj')
-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'" |