diff options
-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" |