diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /net/py-python-ntlm/Makefile | |
parent | Simplify MASTER_SITES (diff) |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes
Notes:
svn path=/head/; revision=462307
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> |