summaryrefslogtreecommitdiff
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
commit54be218ac5e6da4ba111e081b9a545ae70e927e6 (patch)
tree4a2ddffd8d13fe284b03eb7ca26f0b3a5939ff1d
parent94447eb27e5b6f83fa73a3b2fc680dd7be580640 (diff)
downloadpkgsrc-54be218ac5e6da4ba111e081b9a545ae70e927e6.tar.gz
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
-rw-r--r--devel/ExmanIDE/Makefile5
-rw-r--r--devel/boaconstructor/Makefile6
-rw-r--r--net/bittornado-gui/Makefile5
-rw-r--r--net/bittorrent-gui/Makefile6
4 files changed, 12 insertions, 10 deletions
diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile
index 3f7de3b654c..85594b94284 100644
--- a/devel/ExmanIDE/Makefile
+++ b/devel/ExmanIDE/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/07/20 19:41:56 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/25 20:03:52 wiz Exp $
DISTNAME= ExmanIDE-0.9.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://kldp.net/download.php/715/
@@ -8,7 +9,7 @@ MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://exmanide.kldp.net/
COMMENT= Integrated development environment for Python
-DEPENDS+= ${PYPKGPREFIX}-wxWindows>=2.4.2:../../x11/py-wxWindows
+DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.4.2:../../x11/py-wxWidgets
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_BUILDLINK3= yes
diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile
index 4e1890e2344..de0fdaad139 100644
--- a/devel/boaconstructor/Makefile
+++ b/devel/boaconstructor/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:25 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/25 20:03:52 wiz Exp $
#
DISTNAME= boa-constructor-0.2.3.src
PKGNAME= boaconstructor-0.2.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boa-constructor/}
EXTRACT_SUFX= .zip
@@ -31,5 +31,5 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/Boa ${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/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"