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 | 74329dda52ac6b64fc8307ef2bcac394a41ba54f (patch) | |
tree | 88a20872d72b9651ed5e69306cfd157cfe89a418 /net/bittornado-gui | |
parent | 5f47fd7eca30563867ac0b8bdac44cc5607ef7dd (diff) | |
download | pkgsrc-74329dda52ac6b64fc8307ef2bcac394a41ba54f.tar.gz |
Fix casing in dependency.
Diffstat (limited to 'net/bittornado-gui')
-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 |