summaryrefslogtreecommitdiff
path: root/devel/eric4/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-17 09:19:21 +0000
committerwiz <wiz>2011-03-17 09:19:21 +0000
commite62f4eabfb1f8efd1ac3d538cde209ef0bcbb65a (patch)
tree024c2f6f36c88af1c9ee90c957fee4f45b5109a5 /devel/eric4/options.mk
parente2ca8ace30a3f8806a245aa81d084fa7a72924aa (diff)
downloadpkgsrc-e62f4eabfb1f8efd1ac3d538cde209ef0bcbb65a.tar.gz
Remove pylint option until someone imports pylint.
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)