- remove pdf target from the makefile
- add more dependencies to the WITH_PDF list of dependencies.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user