<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#333333">
<p><i><font face="Arial">Evening all,</font></i></p>
<font face="Arial">To pass along a variant for a dependency, without
having to add in when you install.<br>
How do you do that? …or is there really no other way than adding
it during “port install”.<br>
<br>
</font><font face="Arial">One <i>would</i> like to do:<br>
</font>
<pre><pre>```
depends_lib.append port:first \
port:second +foo_bar \
port:third
```</pre></pre>
<p><font face="Arial">// That doesn't work, but as a visual for the
question.</font></p>
<font face="Arial">I tried adding an extra variant with the same
name and set to default, but no luck.<br>
</font>
<p><font face="Arial">Any ideas? or is it just not possible?</font></p>
<p><font face="Arial"> · Eric</font></p>
</body>
</html>