diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-10-09 16:03:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-10-09 16:03:48 +0000 |
commit | f10536533de87adb3c4e28988d224855aae7a561 (patch) | |
tree | fd8147732ddd20621d4d70cd05d91b62b8cb907e /security/py-hashlib | |
parent | d4079c3f7639c149c3855aadd29adef611ed42d4 (diff) |
Notes
Diffstat (limited to 'security/py-hashlib')
-rw-r--r-- | security/py-hashlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-hashlib/Makefile b/security/py-hashlib/Makefile index 8a426605f3f9..1faa5179f9d0 100644 --- a/security/py-hashlib/Makefile +++ b/security/py-hashlib/Makefile @@ -17,6 +17,8 @@ USE_PYTHON= -2.4 USE_OPENSSL= yes USE_PYDISTUTILS= yes +FETCH_ARGS= -pRr + .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 250 |