summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2010-06-01 21:30:25 +0000
committerbouyer <bouyer@pkgsrc.org>2010-06-01 21:30:25 +0000
commite9fade7e664a8774d7e2313c2e5d7247cdcc56fa (patch)
tree934e0f901403cf98db4fbfa9587652bc0c68a4fb /security
parent555aff63eef0a78005873701cee42bc340bd8280 (diff)
downloadpkgsrc-e9fade7e664a8774d7e2313c2e5d7247cdcc56fa.tar.gz
Works fine with python2.6 too.
Diffstat (limited to 'security')
-rw-r--r--security/py-smbpasswd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile
index 316454a35c5..b5b94640b35 100644
--- a/security/py-smbpasswd/Makefile
+++ b/security/py-smbpasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/09/07 19:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/01 21:30:25 bouyer Exp $
#
DISTNAME= py-smbpasswd-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Python SMB Password Hash Generator
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"