diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-18 18:49:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-18 18:49:30 +0000 |
commit | 97f8d1f8418f291788ff14ce8a3a7bf5ac775b08 (patch) | |
tree | 03649e919f7c8f54df75b064aaf6d2aa56ca8683 /security/py-yara | |
parent | 3311d4cab4454922032d9d90d5910510f90adbab (diff) |
Notes
Diffstat (limited to 'security/py-yara')
-rw-r--r-- | security/py-yara/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index b31df50e6789..e9bd48fb9f61 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -13,18 +13,15 @@ GH_ACCOUNT= plusvic GH_TAGNAME= v2.0.0 GH_COMMIT= d5dbefb -LIB_DEPENDS= yara:${PORTSDIR}/security/yara +LIB_DEPENDS= libyara.so:${PORTSDIR}/security/yara USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_EGGINFO= yara_python-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info BUILD_WRKSRC= ${WRKSRC}/yara-python INSTALL_WRKSRC= ${WRKSRC}/yara-python -NO_STAGE= yes - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${BUILD_WRKSRC}/setup.py |