diff options
Diffstat (limited to 'net/bittorrent/Makefile')
-rw-r--r-- | net/bittorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile index fbb062b85e2..5615727c193 100644 --- a/net/bittorrent/Makefile +++ b/net/bittorrent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/07/26 13:50:58 gdt Exp $ +# $NetBSD: Makefile,v 1.29 2005/08/06 10:55:06 wiz Exp $ # .include "Makefile.common" @@ -8,6 +8,8 @@ PKGREVISION= 1 PYDISTUTILSPKG= YES +CONFLICTS+= bittornado-[0-9]* + .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../devel/py-cursespanel/buildlink3.mk" |