Thu Mar 17 09:19:21 2011 UTC ()
Remove pylint option until someone imports pylint.


(wiz)
diff -r1.2 -r1.3 pkgsrc/devel/eric4/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/devel/eric4/Attic/options.mk (expand / switch to context diff)
--- pkgsrc/devel/eric4/Attic/options.mk 2010/08/15 10:51:27 1.2
+++ pkgsrc/devel/eric4/Attic/options.mk 2011/03/17 09:19:21 1.3
@@ -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 @@
 .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)