<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1ed9955336ddfd47a8e8f3ad92a8d2d435a989d0">https://github.com/macports/macports-ports/commit/1ed9955336ddfd47a8e8f3ad92a8d2d435a989d0</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 1ed9955  auctex: Allow emacs-devel to satisfy emacs dependency
</span>1ed9955 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1ed9955336ddfd47a8e8f3ad92a8d2d435a989d0
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Wed Aug 8 08:44:55 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    auctex: Allow emacs-devel to satisfy emacs dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/56936
</span>---
 editors/auctex/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/auctex/Portfile b/editors/auctex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e746f0..498cd2d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/auctex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/auctex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ depends_build-append    port:texlive-latex
</span> 
 # We want emacs from MacPorts since this will install stuff in emacs'
 # site-lisp and we want it to go into ${prefix}'s site-lisp.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:emacs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         path:bin/emacs:emacs
</span> depends_run         bin:tex:texlive
 
 configure.args      --with-lispdir=${prefix}/share/emacs/site-lisp \
</pre><pre style='margin:0'>

</pre>