diff options
author | plunky <plunky@pkgsrc.org> | 2011-06-19 13:46:29 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2011-06-19 13:46:29 +0000 |
commit | 27eadbe1a4f85f039bbee115d73d0225023a8c20 (patch) | |
tree | 4ca3be9a216a94b3cc80f32a5479b492774f9e07 /net/bittornado | |
parent | 6ffc088439b6580caa154896704eeac82bb97c06 (diff) | |
download | pkgsrc-27eadbe1a4f85f039bbee115d73d0225023a8c20.tar.gz |
enable crypto connections
(many peers refuse to talk to me, otherwise?)
Diffstat (limited to 'net/bittornado')
-rw-r--r-- | net/bittornado/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |