diff options
author | wen <wen@FreeBSD.org> | 2009-12-24 23:15:32 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-12-24 23:15:32 +0800 |
commit | 3eedaba076186cb9ec78f47d3aa70f40aa3499d5 (patch) | |
tree | ab4a882d687214613e7cdf5a42e5c1434f4ff75d | |
parent | ae9cb63b31d92707d465884696d140f49ad23b22 (diff) | |
download | freebsd-ports-gnome-3eedaba076186cb9ec78f47d3aa70f40aa3499d5.tar.gz freebsd-ports-gnome-3eedaba076186cb9ec78f47d3aa70f40aa3499d5.tar.zst freebsd-ports-gnome-3eedaba076186cb9ec78f47d3aa70f40aa3499d5.zip |
- Improve the build
Submitted by: gahr@ (via Email)
-rw-r--r-- | security/py-pycryptopp/Makefile | 6 |
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> |