diff --git a/ports/science/miriad/Portfile b/ports/science/miriad/Portfile
index 2be132b..9f4132d 100644
a
|
b
|
set thescope ${defaultscope} |
83 | 83 | # possible conflicts. The automiriad scripts will deal with this correctly. |
84 | 84 | |
85 | 85 | configure.args --bindir=${prefix}/libexec/miriad \ |
86 | | --with-telescope=${defaultscope} |
| 86 | --with-telescope=${defaultscope} \ |
| 87 | --disable-docs |
87 | 88 | configure.compiler ${compilerident} |
88 | 89 | |
89 | 90 | # The telescope configuration is important, so make sure the user is |
… |
… |
variant debug description {Build with debugging support -- tasks will be very sl |
123 | 124 | |
124 | 125 | variant docs description {Build documentation PDFs -- depends on many ports} { |
125 | 126 | depends_build-append port:texlive port:latex2html port:transfig port:gnuplot |
| 127 | configure.args-delete --disable-docs |
126 | 128 | configure.args-append --enable-docs |
127 | 129 | } |