diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-25 20:03:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-25 20:03:52 +0000 |
commit | db861405123b0fd5fe033117b5deb67fd8b6b50c (patch) | |
tree | 4a2ddffd8d13fe284b03eb7ca26f0b3a5939ff1d /net/bittorrent-gui | |
parent | 53c46a3e10d9197b08711488f48d500081a28692 (diff) | |
download | pkgsrc-db861405123b0fd5fe033117b5deb67fd8b6b50c.tar.gz |
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index f66d189813b..7148a8826af 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:17:49 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/25 20:03:53 wiz Exp $ # .include "../../net/bittorrent/Makefile.common" PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= (wxGTK GUI) @@ -19,5 +19,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin .include "../../lang/python/application.mk" -.include "../../x11/py-wxWindows/buildlink3.mk" +.include "../../x11/py-wxWidgets/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |