diff --git a/math/maxima/Portfile b/math/maxima/Portfile
index bec309c..bc5d322 100644
a
|
b
|
test.target check |
69 | 69 | variant printable_doc description {Build printable documentation} { |
70 | 70 | depends_build-append port:texinfo \ |
71 | 71 | port:texlive-basic \ |
72 | | port:texlive-latex |
| 72 | port:texlive-latex \ |
| 73 | port:texlive-generic-recommended \ |
| 74 | port:texlive-fonts-recommended |
73 | 75 | build.target all pdf |
74 | 76 | |
| 77 | post-patch { |
| 78 | # Replace outdated texinfo.tex file with whatever current texinfo ships. |
| 79 | copy -force ${prefix}/share/texmf/tex/texinfo/texinfo.tex \ |
| 80 | ${worksrcpath}/doc/info |
| 81 | } |
| 82 | |
75 | 83 | pre-destroot { |
76 | 84 | xinstall -d -m 755 ${destroot}${prefix}/share/${name}/${version}/doc/pdf |
77 | 85 | xinstall -m 644 ${worksrcpath}/doc/info/maxima.pdf \ |