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 | 54be218ac5e6da4ba111e081b9a545ae70e927e6 (patch) | |
tree | 4a2ddffd8d13fe284b03eb7ca26f0b3a5939ff1d /devel | |
parent | 94447eb27e5b6f83fa73a3b2fc680dd7be580640 (diff) | |
download | pkgsrc-54be218ac5e6da4ba111e081b9a545ae70e927e6.tar.gz |
Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ExmanIDE/Makefile | 5 | ||||
-rw-r--r-- | devel/boaconstructor/Makefile | 6 |
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" |