Re: [26727] trunk/dports/python
On Jul 5, 2007, at 2:30 PM, Anders F Björklund wrote:
+depends_lib-append port:py-celementtree
Why use an append construct if we're not modifying any already defined depends array? We should always use 'depends_lib <deps>' to first define the array and only then modify it with '- {append,delete}' if need be (variants, most likely), regardless of whether or not your construct above works to begin with (I think it does after Kevin fixed a related bug a while ago, but still....).
I was under the impression that the PortGroup defined depends_lib, but I will be happy to change the port above.
--anders
Then please do completely ignore me and let me crawl back into my cave if that's the case (didn't even notice you were calling a PortGroup!). Let me run now ;-) -jmpp
participants (1)
-
Juan Manuel Palacios