diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/ntlmaps | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
Notes
Diffstat (limited to 'net/ntlmaps')
-rw-r--r-- | net/ntlmaps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntlmaps/Makefile b/net/ntlmaps/Makefile index 726bd53ed4b6..7ae4edc34356 100644 --- a/net/ntlmaps/Makefile +++ b/net/ntlmaps/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= Proxy that authenticates the user using the NTLM protocol -USE_PYTHON= yes -USES= dos2unix +USES= dos2unix python DOCS= COPYING Install.txt changelog.txt readme.txt research.txt |