diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 03:43:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 03:43:53 +0000 |
commit | 0344e5ec5bc734c4f9e93eda03920f3f516ff0b7 (patch) | |
tree | d32c4f3dedbf2a493b63c45a26d4bca2d41517e6 /net/bittorrent | |
parent | a024236edc1e3793a0ba02fd124d3a339625bb2a (diff) | |
download | pkgsrc-0344e5ec5bc734c4f9e93eda03920f3f516ff0b7.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/bittorrent')
-rw-r--r-- | net/bittorrent/Makefile | 4 | ||||
-rw-r--r-- | net/bittorrent/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index f9d56a66d51..2da3ee76588 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/03/29 23:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/27 03:43:54 snj Exp $ # .include "Makefile.common" @@ -13,5 +13,5 @@ post-install: .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" -.include "../../devel/py-cursespanel/buildlink2.mk" +.include "../../devel/py-cursespanel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common index b1d98cb22eb..2ada94d1748 100644 --- a/net/bittorrent/Makefile.common +++ b/net/bittorrent/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/03/29 23:39:43 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/04/27 03:43:54 snj Exp $ # DISTNAME= BitTorrent-3.4.1a @@ -15,6 +15,6 @@ DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo FILESDIR= ${.CURDIR}/../../net/bittorrent/files PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PYTHON_VERSIONS_ACCEPTED= 23pth 22pth |