diff options
author | recht <recht@pkgsrc.org> | 2004-03-07 21:34:06 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-07 21:34:06 +0000 |
commit | 95d48d92c63faab2e8201fec904ca25be89fa257 (patch) | |
tree | 15af92842abfa9aa54b2ccf33bf43197536a312b /net/bittorrent-gui | |
parent | be820f854c926581b829cba32cbcff1f0a0e31f6 (diff) | |
download | pkgsrc-95d48d92c63faab2e8201fec904ca25be89fa257.tar.gz |
Fix DEPENDS.
spotted by wiz@
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index c0e89205acf..8735fec31be 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/03 10:04:04 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/07 21:34:06 recht Exp $ # .include "../../net/bittorrent/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} COMMENT+= (wxGTK GUI) -DEPENDS+= bittorrent-3.3nb5:../../net/bittorrent +DEPENDS+= bittorrent>=3.4:../../net/bittorrent NO_CONFIGURE= # defined NO_BUILD= # defined |