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 | |
parent | 53c46a3e10d9197b08711488f48d500081a28692 (diff) | |
download | pkgsrc-db861405123b0fd5fe033117b5deb67fd8b6b50c.tar.gz |
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/bittornado-gui/Makefile | 5 | ||||
-rw-r--r-- | net/bittorrent-gui/Makefile | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile index 19e4ae09b76..81d029826f1 100644 --- a/net/bittornado-gui/Makefile +++ b/net/bittornado-gui/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2004/11/26 12:07:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/25 20:03:53 wiz Exp $ # .include "../../net/bittornado/Makefile.common" PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/} +PKGREVISION= 1 COMMENT+= (wxGTK GUI) @@ -22,5 +23,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.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" 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" |