summaryrefslogtreecommitdiff
path: root/devel/eric4
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-17 09:19:21 +0000
committerwiz <wiz@pkgsrc.org>2011-03-17 09:19:21 +0000
commit12a9740407a1f031b21a4de880ba64f2f1fe6ed9 (patch)
tree024c2f6f36c88af1c9ee90c957fee4f45b5109a5 /devel/eric4
parent9331f94e4a5dc00b35b35e7494707603cf6458f8 (diff)
downloadpkgsrc-12a9740407a1f031b21a4de880ba64f2f1fe6ed9.tar.gz
Remove pylint option until someone imports pylint.
Diffstat (limited to 'devel/eric4')
-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)