From 27eadbe1a4f85f039bbee115d73d0225023a8c20 Mon Sep 17 00:00:00 2001 From: plunky Date: Sun, 19 Jun 2011 13:46:29 +0000 Subject: enable crypto connections (many peers refuse to talk to me, otherwise?) --- net/bittornado/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/bittornado') diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile index 5e4a947aee5..6ce358ca229 100644 --- a/net/bittornado/Makefile +++ b/net/bittornado/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:43 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2011/06/19 13:46:29 plunky Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 CONFLICTS= bittorrent-[0-9]* @@ -13,5 +13,6 @@ PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../devel/py-cursespanel/buildlink3.mk" +.include "../../security/py-amkCrypto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3