CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2019/10/26 06:12:24

Modified files:
        devel/angr/py-angr: Makefile 
        devel/angr/py-pyvex: Makefile 

Log message:
Fix angr-vex dependency

angr-vex's library is dlopen(3)ed py py-pyvex (not py-angr itself), so
register it as proper RDEP in py-pyvex (and only there).

Spotted after `pkg_add angrop' on a fresh installation where angr-vex was
not installed;  even though angr has an LDEP on it, our framework does not
turn it into a RDEP unless angr also links against it.

Reply via email to