summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parent53c46a3e10d9197b08711488f48d500081a28692 (diff)
downloadpkgsrc-db861405123b0fd5fe033117b5deb67fd8b6b50c.tar.gz
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/ExmanIDE/Makefile5
-rw-r--r--devel/boaconstructor/Makefile6
2 files changed, 6 insertions, 5 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"