aboutsummaryrefslogtreecommitdiff
path: root/audio/py-essentia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-essentia/Makefile')
-rw-r--r--audio/py-essentia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-essentia/Makefile b/audio/py-essentia/Makefile
index b127782773a3..272d1dffafbd 100644
--- a/audio/py-essentia/Makefile
+++ b/audio/py-essentia/Makefile
@@ -43,6 +43,6 @@ do-install:
# install
cd ${BUILD_WRKSRC} && ${SETENV} ${BUILD_ENV} ${PYTHON_CMD} waf install --only-python --prefix ${PREFIX} --destdir ${STAGEDIR}
# strip
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/essentia/_essentia${PYTHON_EXT_SUFFIX}.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/essentia/_essentia${PYTHON_TAG}.so
.include <bsd.port.mk>