summaryrefslogtreecommitdiff
path: root/net/bittornado-gui
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-25 20:03:52 +0000
committerwiz <wiz@pkgsrc.org>2004-12-25 20:03:52 +0000
commitdb861405123b0fd5fe033117b5deb67fd8b6b50c (patch)
tree4a2ddffd8d13fe284b03eb7ca26f0b3a5939ff1d /net/bittornado-gui
parent53c46a3e10d9197b08711488f48d500081a28692 (diff)
downloadpkgsrc-db861405123b0fd5fe033117b5deb67fd8b6b50c.tar.gz
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
Diffstat (limited to 'net/bittornado-gui')
-rw-r--r--net/bittornado-gui/Makefile5
1 files changed, 3 insertions, 2 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"