summaryrefslogtreecommitdiff
path: root/devel/eric4/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/eric4/options.mk')
-rw-r--r--devel/eric4/options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/eric4/options.mk b/devel/eric4/options.mk
index dc08b2f6a86..921b4d152e1 100644
--- a/devel/eric4/options.mk
+++ b/devel/eric4/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2010/08/15 10:51:27 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2011/03/17 09:19:21 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.eric4
-PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant pylint cxfreeze rope
+PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant cxfreeze rope
PKG_SUGGESTED_OPTIONS= sqlite
@@ -26,9 +26,9 @@ DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4.2:../../textproc/py-enchant
.endif
#Enable source code analyzer for python
-.if !empty(PKG_OPTIONS:Mpylint)
-.include "../../wip/pylint/buildlink3.mk"
-.endif
+#.if !empty(PKG_OPTIONS:Mpylint)
+#.include "../../wip/pylint/buildlink3.mk"
+#.endif
#Enable support for freezing Python scripts
.if !empty(PKG_OPTIONS:Mcxfreeze)