diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-26 12:07:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-26 12:07:26 +0000 |
commit | 9c9054f0866fa0c86e64a6c7a7a4a1c8e15eb3f5 (patch) | |
tree | 88a20872d72b9651ed5e69306cfd157cfe89a418 /net | |
parent | 20fa6f93e2261bbf08580a58bddbc9d0da8b1ae5 (diff) | |
download | pkgsrc-9c9054f0866fa0c86e64a6c7a7a4a1c8e15eb3f5.tar.gz |
Fix casing in dependency.
Diffstat (limited to 'net')
-rw-r--r-- | net/bittornado-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index 9f5dfee13b5..19e4ae09b76 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/26 12:07:26 wiz Exp $ # .include "../../net/bittornado/Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= (wxGTK GUI) CONFLICTS= bittorrent-gui-[0-9]* -DEPENDS+= bittornado>=0.3.7:../../net/bittornado +DEPENDS+= BitTornado>=0.3.7:../../net/bittornado NO_BUILD= # defined |