summaryrefslogtreecommitdiff
path: root/devel/ExmanIDE
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-02 16:07:30 +0000
committerminskim <minskim@pkgsrc.org>2005-10-02 16:07:30 +0000
commit92220f38e1450f749a25a5d42f6b8706cee6b9fd (patch)
tree0713bfa5b0dbb3a80e01f5e7ab0e2cfc98c1eb81 /devel/ExmanIDE
parentdd12d34a80681fc72f2403e98423e6151f57e2e1 (diff)
downloadpkgsrc-92220f38e1450f749a25a5d42f6b8706cee6b9fd.tar.gz
Make this package work with py-wxWidgets>=2.6. Bump PKGREVISION due
to dependency change.
Diffstat (limited to 'devel/ExmanIDE')
-rw-r--r--devel/ExmanIDE/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile
index 390841a8f40..625a7b7b40e 100644
--- a/devel/ExmanIDE/Makefile
+++ b/devel/ExmanIDE/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:16 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/02 16:07:30 minskim Exp $
DISTNAME= ExmanIDE-0.9.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://kldp.net/download.php/715/
@@ -9,19 +9,20 @@ MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://exmanide.kldp.net/
COMMENT= Integrated development environment for Python
-DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.4.2:../../x11/py-wxWidgets
+DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets
WRKSRC= ${WRKDIR}/${PKGBASE}
NO_CONFIGURE= yes
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED?= 23 22
+PYTHON_VERSIONS_ACCEPTED?= 24 23
SUBST_CLASSES+= mod
SUBST_MESSAGE.mod= "Fixing deprecated module names."
SUBST_STAGE.mod= post-patch
-SUBST_FILES.mod= Profile.py SourceEditor.py
-SUBST_SED.mod= -e 's,wxPython\.lib\.PyCrust,wxPython.py,g'
+SUBST_FILES.mod= Profile.py SourceEditor.py StcStyle.py
+SUBST_SED.mod= -e 's,wxPython\.lib\.PyCrust,wxPython.py,g' \
+ -e 's,wxPython\.py,wx.py,g'
SUBST_CLASSES+= py
SUBST_MESSAGE.py= "Fixing paths in a wrapper script."