diff options
author | bouyer <bouyer> | 2009-08-08 14:16:55 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2009-08-08 14:16:55 +0000 |
commit | 463edf85b1ac5d7175018f1df9ee92ffbea7c461 (patch) | |
tree | cf7836403f912ee52a673f71f182037ffc956791 /security | |
parent | ab905655e8ff1648b2ba426083aff2349db65cc4 (diff) | |
download | pkgsrc-463edf85b1ac5d7175018f1df9ee92ffbea7c461.tar.gz |
This works fine with python 2.5
Diffstat (limited to 'security')
-rw-r--r-- | security/py-smbpasswd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile index b7ef67df454..7f83684e08b 100644 --- a/security/py-smbpasswd/Makefile +++ b/security/py-smbpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/08 14:16:55 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= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |