<pre style='margin:0'>
Jann Röder (roederja) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4372c3ec13b10c29a39440a1bc1a0b02e3138c5c">https://github.com/macports/macports-ports/commit/4372c3ec13b10c29a39440a1bc1a0b02e3138c5c</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 4372c3ec13b eiffelstudio: Improve instructions in notes
</span>4372c3ec13b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4372c3ec13b10c29a39440a1bc1a0b02e3138c5c
</span>Author: Jann Röder <mail@jann-roeder.net>
AuthorDate: Thu Mar 31 00:54:46 2022 +0100
<span style='display:block; white-space:pre;color:#404040;'> eiffelstudio: Improve instructions in notes
</span>---
lang/eiffelstudio/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/eiffelstudio/Portfile b/lang/eiffelstudio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a501c9a364..c0df73625dc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/eiffelstudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/eiffelstudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,7 +74,8 @@ destroot {
</span> }
notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To complete the installation you have to add the following to your .zshenv or .profile file : \n\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+To complete the installation you have to install either XQuartz from www.xquartz.org or the xorg-server port. \n\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Also, you need to add the following to your .zshenv or .zprofile file : \n\
</span> export ISE_PLATFORM=$ise_platform \n\
export ISE_EIFFEL=${applications_dir}/Eiffel_${major_version} \n\
export PATH=\$PATH:\$ISE_EIFFEL/studio/spec/\$ISE_PLATFORM/bin:\$ISE_EIFFEL/library/gobo/spec/\$ISE_PLATFORM/bin \n\
</pre><pre style='margin:0'>
</pre>