diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 22:56:21 +0000 |
commit | 3c645bb7fc37b7d01fc429cb6ae2e339153385de (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /net/bittorrent | |
parent | 300d89fb2452a6e06d8b90d8de94b2c93ce99013 (diff) | |
download | pkgsrc-3c645bb7fc37b7d01fc429cb6ae2e339153385de.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'net/bittorrent')
-rw-r--r-- | net/bittorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index fa81484fbc5..1181d921bb0 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:38 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2009/02/09 22:56:26 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" PKGNAME= ${DISTNAME:S/BitT/bitt/} +PKGREVISION= 1 PYDISTUTILSPKG= yes |