diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-23 20:07:44 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-23 20:07:44 +0000 |
commit | 4d396f2d0ed70579e21c0eec60658707367d633e (patch) | |
tree | b3cb9c55edf89883a75b7bea1fcdd97c03b7431c /security/py-pow | |
parent | 3bbd01a94c517569fd6cfc5de3167db90087a24d (diff) |
- Disable IDEA cipher, not included because of U.S. export restrictions
PR: 130635
Submitted by: Sam Tannous <stannous@gmail.com>
Notes
Notes:
svn path=/head/; revision=230789
Diffstat (limited to 'security/py-pow')
-rw-r--r-- | security/py-pow/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile index 4e5fdf2013b1..d3675803c99e 100644 --- a/security/py-pow/Makefile +++ b/security/py-pow/Makefile @@ -27,6 +27,9 @@ PORTDOCS= POW.pdf 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} + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |