diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-29 12:07:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-29 12:07:25 +0000 |
commit | 2595c79f4d295e4679268674ec37089e1557febb (patch) | |
tree | 5e4eebaca3fc13d65ac3bc8f1693389630ea67e8 /sysutils | |
parent | ef92fb53fbda278444e086495202febaecfbcadb (diff) | |
download | ports-2595c79f4d295e4679268674ec37089e1557febb.tar.gz ports-2595c79f4d295e4679268674ec37089e1557febb.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lire/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 98ffbab4e1e1..6e91d5885ac3 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -123,7 +123,10 @@ RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx .ifdef(WITH_PDF) RUN_DEPENDS+= epsffit:${PORTSDIR}/print/psutils-a4 \ gs:${PORTSDIR}/print/ghostview \ - jade:${PORTSDIR}/textproc/jade + jade:${PORTSDIR}/textproc/jade \ + jadetex:${PORTSDIR}/print/jadetex \ + ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular + .endif .ifdef(WITH_EXCEL95) BUILD_DEPENDS+= ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel @@ -131,14 +134,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-S RUN_DEPENDS+= ${BUILD_DEPENDS} -pdf: - @${ECHO} "If you want to have PDF output, install print/teTeX first." - @${ECHO} "Then, symlink ${LOCALBASE}/bin/pdftex to ${LOCALBASE}/bin/pdfjadetex:" - @${ECHO} " ln -fs ${LOCALBASE}/bin/pdftex ${LOCALBASE}/bin/pdfjadetex" - @${ECHO} "As last, in ${LOCALBASE}/share/texmf/web2c/texmf.cnf," - @${ECHO} "increase the poolsize of pdfjadetex:" - @${ECHO} " pool_size.pdfjadetex = 500000" - post-install: @${CAT} pkg-message |