summaryrefslogtreecommitdiff
path: root/net/bittorrent-gui
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-25 20:03:52 +0000
committerwiz <wiz>2004-12-25 20:03:52 +0000
commit6d05649628e021a30ed4f7c1d4b5504470a08951 (patch)
tree4a2ddffd8d13fe284b03eb7ca26f0b3a5939ff1d /net/bittorrent-gui
parent6441fbaec43585b9deed1a5dd289472029af9054 (diff)
downloadpkgsrc-6d05649628e021a30ed4f7c1d4b5504470a08951.tar.gz
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r--net/bittorrent-gui/Makefile6
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"