diff options
Diffstat (limited to 'security/py-hashlib/Makefile')
-rw-r--r-- | security/py-hashlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-hashlib/Makefile b/security/py-hashlib/Makefile index 92fa5c721892..8a426605f3f9 100644 --- a/security/py-hashlib/Makefile +++ b/security/py-hashlib/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= hashlib -PORTVERSION= 20060408a +PORTVERSION= 20081119 CATEGORIES= security devel python MASTER_SITES= http://code.krypto.org/python/hashlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Backport of Python 2.5's haslib module -USE_PYTHON= yes +USE_PYTHON= -2.4 USE_OPENSSL= yes USE_PYDISTUTILS= yes |