diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-17 09:19:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-17 09:19:21 +0000 |
commit | 12a9740407a1f031b21a4de880ba64f2f1fe6ed9 (patch) | |
tree | 024c2f6f36c88af1c9ee90c957fee4f45b5109a5 /devel/eric4 | |
parent | 9331f94e4a5dc00b35b35e7494707603cf6458f8 (diff) | |
download | pkgsrc-12a9740407a1f031b21a4de880ba64f2f1fe6ed9.tar.gz |
Remove pylint option until someone imports pylint.
Diffstat (limited to 'devel/eric4')
-rw-r--r-- | devel/eric4/options.mk | 10 |
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) |