summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-06-22 17:46:19 +0000
committertron <tron@pkgsrc.org>2007-06-22 17:46:19 +0000
commitd0d2660fbb605f08935a7d3f41dfc113140bcddc (patch)
treef3fcc5e9ccf55c8e17d0b6d148dddb504080bd29 /net
parentdb7acb61b8196771c545e39df290751f7b2b2840 (diff)
downloadpkgsrc-d0d2660fbb605f08935a7d3f41dfc113140bcddc.tar.gz
Remove explicit dependence on "bash" package. "USE_TOOLS+= bash:run"
is enough and avoids building the package on system which have "bash" in the base system.
Diffstat (limited to 'net')
-rw-r--r--net/torrentutils/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile
index deefbee23f9..e6a36bf4cde 100644
--- a/net/torrentutils/Makefile
+++ b/net/torrentutils/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/03/04 11:29:58 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.14 2007/06/22 17:46:19 tron Exp $
DISTNAME= torrentutils-0.3.0
PKGREVISION= 4
@@ -10,7 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
# HOMEPAGE= http://oskarsapps.mine.nu/torrentutils.html
COMMENT= Manage BitTorrent files and interact with trackers
-DEPENDS+= bash-[0-9]*:../../shells/bash
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5