summaryrefslogtreecommitdiff
path: root/net/bittorrent
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-06-04 19:35:19 +0000
committerdrochner <drochner@pkgsrc.org>2003-06-04 19:35:19 +0000
commite7511e7789ae03a50b9cfc477eb1ceb35ebe3622 (patch)
tree1fe951f7dffde33f98855a5955ff091866464a42 /net/bittorrent
parent5b5f385e39ea75fcb436034f3c70c4cd01904f8e (diff)
downloadpkgsrc-e7511e7789ae03a50b9cfc477eb1ceb35ebe3622.tar.gz
depend on py-cursespanel
(fixes PR pkg/21784 by Paul Mather)
Diffstat (limited to 'net/bittorrent')
-rw-r--r--net/bittorrent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index 07b0b3e6c91..3085899d5a9 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/06/02 01:18:02 jschauma Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/04 19:35:19 drochner Exp $
#
DISTNAME= BitTorrent-3.2.1b
@@ -18,5 +18,6 @@ PYTHON_VERSION_REQD= 22pth
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-wxWindows/buildlink2.mk"
+.include "../../devel/py-cursespanel/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"