diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
commit | e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed (patch) | |
tree | 635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /security/mixminion | |
parent | ad1b116365db6ac6eeb7313aafbc665fdd0fa9c6 (diff) | |
download | pkgsrc-e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed.tar.gz |
Remove Python 2.1 support.
Diffstat (limited to 'security/mixminion')
-rw-r--r-- | security/mixminion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mixminion/Makefile b/security/mixminion/Makefile index 725433f214b..7e6c26028cb 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:12 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2009/02/09 21:09:22 joerg Exp $ # DISTNAME= Mixminion-0.0.7.1 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7d CRYPTO= YES -PYTHON_VERSIONS_ACCEPTED= 23 21 +PYTHON_VERSIONS_ACCEPTED= 23 PYDISTUTILSPKG= YES TEST_TARGET= test |