diff options
author | edwin <edwin@FreeBSD.org> | 2004-02-29 20:07:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-02-29 20:07:25 +0800 |
commit | 8562e173ccb198645cf73bd1553b3b7b6efb1100 (patch) | |
tree | 7eeff8ee0e19ff275bbc3194d2ca518099af51ac /sysutils | |
parent | e7af8c7ae473b863ccf19d64995c849625dbbf21 (diff) | |
download | freebsd-ports-gnome-8562e173ccb198645cf73bd1553b3b7b6efb1100.tar.gz freebsd-ports-gnome-8562e173ccb198645cf73bd1553b3b7b6efb1100.tar.zst freebsd-ports-gnome-8562e173ccb198645cf73bd1553b3b7b6efb1100.zip |
- remove pdf target from the makefile
- add more dependencies to the WITH_PDF list of dependencies.
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 |