diff options
Diffstat (limited to 'security/py-pow/Makefile')
-rw-r--r-- | security/py-pow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile index 1476e9b5bd70..c15c971d26c9 100644 --- a/security/py-pow/Makefile +++ b/security/py-pow/Makefile @@ -24,7 +24,7 @@ post-patch: ${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py do-build: - cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET} + cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA -D NO_RC5_32_12_16 ${PYDISTUTILS_BUILD_TARGET} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |