diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-24 04:07:44 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-03-24 04:07:44 +0800 |
commit | 4d396f2d0ed70579e21c0eec60658707367d633e (patch) | |
tree | b3cb9c55edf89883a75b7bea1fcdd97c03b7431c /security | |
parent | 3bbd01a94c517569fd6cfc5de3167db90087a24d (diff) | |
download | freebsd-ports-gnome-4d396f2d0ed70579e21c0eec60658707367d633e.tar.gz freebsd-ports-gnome-4d396f2d0ed70579e21c0eec60658707367d633e.tar.zst freebsd-ports-gnome-4d396f2d0ed70579e21c0eec60658707367d633e.zip |
- Disable IDEA cipher, not included because of U.S. export restrictions
PR: 130635
Submitted by: Sam Tannous <stannous@gmail.com>
Diffstat (limited to 'security')
-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} |