aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-12-24 15:15:32 +0000
committerWen Heping <wen@FreeBSD.org>2009-12-24 15:15:32 +0000
commitf7a8ab672df8f75f9a2eeed9a5ce1d91cf133101 (patch)
treebe7daa11ce33c1ab03badc1a81eb2cf08d84a11e /security
parentbb8bfa965adc928708ece12da723662a56ad9415 (diff)
downloadports-f7a8ab672df8f75f9a2eeed9a5ce1d91cf133101.tar.gz
ports-f7a8ab672df8f75f9a2eeed9a5ce1d91cf133101.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/py-pycryptopp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-pycryptopp/Makefile b/security/py-pycryptopp/Makefile
index c57ceb724b03..595237d52d38 100644
--- a/security/py-pycryptopp/Makefile
+++ b/security/py-pycryptopp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pycryptopp
PORTVERSION= 0.5.17
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,6 +24,9 @@ USE_PYDISTUTILS=easy_install
PYEASYINSTALL_ARCHDEP= yes
post-extract:
- @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' ${WRKSRC}/cryptopp/rijndael.cpp
+ @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \
+ ${WRKSRC}/cryptopp/rijndael.cpp \
+ ${WRKSRC}/cryptopp/config.h \
+ ${WRKSRC}/cryptopp/secblock.h
.include <bsd.port.mk>