On Oct 10, 2013, at 00:37, [email protected] wrote: > Revision: 112037 > https://trac.macports.org/changeset/112037 > Author: [email protected] > Date: 2013-10-09 22:37:57 -0700 (Wed, 09 Oct 2013) > Log Message: > ----------- > py-zmq: allow zmq-devel > > Modified Paths: > -------------- > trunk/dports/python/py-zmq/Portfile > > Modified: trunk/dports/python/py-zmq/Portfile > =================================================================== > --- trunk/dports/python/py-zmq/Portfile 2013-10-10 02:39:56 UTC (rev > 112036) > +++ trunk/dports/python/py-zmq/Portfile 2013-10-10 05:37:57 UTC (rev > 112037) > @@ -29,7 +29,7 @@ > sha256 > 8e6fbe2999204456216a2da62429277117ed1761326bce00e48a0443ae3574a7 > > if {$subport != $name} { > - depends_lib-append port:zmq > + depends_lib-append lib:libzmq:zmq > > post-patch { > set setup_cfg ${worksrcpath}/setup.cfg
lib:- and bin:-style dependencies allow non-MacPorts software to satisfy them, which we usually don't want; to prevent that, you should use a path:-style dependency instead. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
