summaryrefslogtreecommitdiff
path: root/devel/eric4
diff options
context:
space:
mode:
authordrochner <drochner>2010-08-15 10:51:27 +0000
committerdrochner <drochner>2010-08-15 10:51:27 +0000
commit116fea5087cbbd4bd4c263771a2ea4e6b258bd17 (patch)
treed0d62b05f9118bdb638c696570f6f0dad7d8d389 /devel/eric4
parent4d31b54b8320520e9b070c4675c307a3af31d6d4 (diff)
downloadpkgsrc-116fea5087cbbd4bd4c263771a2ea4e6b258bd17.tar.gz
two optional, nin-default plugins have moved from -wip into pkgsrc
py-cxfreeze doesn't work correctly yet -- it seems that it eric4 fetches some plugin glue code from upstream at runtime which we should better have under local control. Don't understand yet how this is supposed to work.
Diffstat (limited to 'devel/eric4')
-rw-r--r--devel/eric4/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/eric4/options.mk b/devel/eric4/options.mk
index c291fdc9ccc..dc08b2f6a86 100644
--- a/devel/eric4/options.mk
+++ b/devel/eric4/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/05/08 15:44:36 drochner Exp $
+# $NetBSD: options.mk,v 1.2 2010/08/15 10:51:27 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.eric4
PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant pylint cxfreeze rope
@@ -32,10 +32,10 @@ DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4.2:../../textproc/py-enchant
#Enable support for freezing Python scripts
.if !empty(PKG_OPTIONS:Mcxfreeze)
-.include "../../wip/cxfreeze/buildlink3.mk"
+.include "../../lang/py-cxfreeze/buildlink3.mk"
.endif
#Enable support for code refactoring
.if !empty(PKG_OPTIONS:Mrope)
-.include "../../wip/rope/buildlink3.mk"
+.include "../../devel/py-rope/buildlink3.mk"
.endif