diff options
author | ale <ale@FreeBSD.org> | 2010-04-19 18:43:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-04-19 18:43:42 +0800 |
commit | 6258613c3c402b1d7b5730e8a607d26dbb258755 (patch) | |
tree | fad3dbf503818032309e7103e30c646b5b51fdb7 /security/py-pycrypto | |
parent | dfb5167da9e4fc0c1a6e54c5bc4678fc695d9571 (diff) | |
download | freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.gz freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.zst freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.zip |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
Diffstat (limited to 'security/py-pycrypto')
-rw-r--r-- | security/py-pycrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index a78462c53af2..08cfdb566e1a 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -7,6 +7,7 @@ PORTNAME= pycrypto PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ COMMENT= The Python Cryptography Toolkit USE_PYTHON= yes USE_PYDISTUTILS=yes -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp pre-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py |