diff options
Diffstat (limited to 'net/py-python-ntlm/Makefile')
-rw-r--r-- | net/py-python-ntlm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-python-ntlm/Makefile b/net/py-python-ntlm/Makefile index b19f51a5b7c4..abf577468e49 100644 --- a/net/py-python-ntlm/Makefile +++ b/net/py-python-ntlm/Makefile @@ -2,6 +2,7 @@ PORTNAME= python-ntlm PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ MAINTAINER= dbaio@FreeBSD.org COMMENT= Python library that provides NTLM support NO_ARCH= yes -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |