aboutsummaryrefslogtreecommitdiff
path: root/security/py-yara
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-18 18:49:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-18 18:49:30 +0000
commit97f8d1f8418f291788ff14ce8a3a7bf5ac775b08 (patch)
tree03649e919f7c8f54df75b064aaf6d2aa56ca8683 /security/py-yara
parent3311d4cab4454922032d9d90d5910510f90adbab (diff)
Notes
Diffstat (limited to 'security/py-yara')
-rw-r--r--security/py-yara/Makefile5
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