<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dde0253f7da7e9836e7338194383061a1ef787d3">https://github.com/macports/macports-ports/commit/dde0253f7da7e9836e7338194383061a1ef787d3</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new dde0253f7da doxygen: fix incorrect cmake configure argument for EPSTOPDF
</span>dde0253f7da is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dde0253f7da7e9836e7338194383061a1ef787d3
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Sat Aug 21 00:21:15 2021 -0600
<span style='display:block; white-space:pre;color:#404040;'> doxygen: fix incorrect cmake configure argument for EPSTOPDF
</span>---
textproc/doxygen/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/doxygen/Portfile b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a36905a374d..cc9b37ea74b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/doxygen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -138,7 +138,7 @@ destroot.args INSTALL=${prefix} \
</span>
variant docs description {Include the doxygen HTML and PDF documentation} {
configure.args-append -Dbuild_doc=YES \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -EPSTOPDF=${prefix}/bin/epstopdf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DEPSTOPDF=${prefix}/bin/epstopdf
</span>
depends_build-append path:bin/dot:graphviz \
bin:gs:ghostscript \
</pre><pre style='margin:0'>
</pre>