Re: How does a port require another to be built with a certain option?

2018-04-28 Thread Jack L.
Maybe pkg-message? The port audacity I maintain also has the same problem with soundtouch having to be built a certain way also which I'd like to know how to handle as well. On Fri, Apr 27, 2018 at 10:49 PM, Dan Mahoney wrote: > All, > > I'm trying to make a port for Paul Wouters' hash-slinger to

How does a port require another to be built with a certain option?

2018-04-27 Thread Dan Mahoney
All, I'm trying to make a port for Paul Wouters' hash-slinger tool. It requires unbound built with the python bindings. If I understand correctly, the way this would need to happen is that there would need to be a "flavor" of dns/unbound that includes python (now that flavors are a thing).