diff options
Diffstat (limited to 'net/bittornado-gui/Makefile')
-rw-r--r-- | net/bittornado-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index dd060137d64..bd3ac85189e 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:22 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/03/10 20:46:28 veego Exp $ # .include "../../net/bittornado/Makefile.common" PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/} -PKGREVISION= 2 COMMENT+= (wxGTK GUI) CONFLICTS= bittorrent-gui-[0-9]* -DEPENDS+= BitTornado>=0.3.14:../../net/bittornado +DEPENDS+= BitTornado>=0.3.15:../../net/bittornado NO_BUILD= yes |