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 unified 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,41 +1,41 @@ @@ -1,41 +1,41 @@
1# $NetBSD: options.mk,v 1.2 2010/08/15 10:51:27 drochner Exp $ 1# $NetBSD: options.mk,v 1.3 2011/03/17 09:19:21 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.eric4 3PKG_OPTIONS_VAR= PKG_OPTIONS.eric4
4PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant pylint cxfreeze rope 4PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant cxfreeze rope
5PKG_SUGGESTED_OPTIONS= sqlite 5PKG_SUGGESTED_OPTIONS= sqlite
6 6
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Msqlite) 10.if !empty(PKG_OPTIONS:Msqlite)
11DEPENDS+= qt4-sqlite3>=4.6.2:../../x11/qt4-sqlite3 11DEPENDS+= qt4-sqlite3>=4.6.2:../../x11/qt4-sqlite3
12.endif 12.endif
13 13
14#Enable support for mysql & postgresql | build Qt4-drivers 14#Enable support for mysql & postgresql | build Qt4-drivers
15.if !empty(PKG_OPTIONS:Mmysql) 15.if !empty(PKG_OPTIONS:Mmysql)
16DEPENDS+= qt4-mysql>=4.6.2:../../x11/qt4-mysql 16DEPENDS+= qt4-mysql>=4.6.2:../../x11/qt4-mysql
17.endif 17.endif
18 18
19.if !empty(PKG_OPTIONS:Mpgsql) 19.if !empty(PKG_OPTIONS:Mpgsql)
20DEPENDS+= qt4-pgsql>=4.6.2:../../x11/qt4-pgsql 20DEPENDS+= qt4-pgsql>=4.6.2:../../x11/qt4-pgsql
21.endif 21.endif
22 22
23#Enable spell-checking 23#Enable spell-checking
24.if !empty(PKG_OPTIONS:Menchant) 24.if !empty(PKG_OPTIONS:Menchant)
25DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4.2:../../textproc/py-enchant 25DEPENDS+= ${PYPKGPREFIX}-enchant>=1.4.2:../../textproc/py-enchant
26.endif 26.endif
27 27
28#Enable source code analyzer for python 28#Enable source code analyzer for python
29.if !empty(PKG_OPTIONS:Mpylint) 29#.if !empty(PKG_OPTIONS:Mpylint)
30.include "../../wip/pylint/buildlink3.mk" 30#.include "../../wip/pylint/buildlink3.mk"
31.endif 31#.endif
32 32
33#Enable support for freezing Python scripts 33#Enable support for freezing Python scripts
34.if !empty(PKG_OPTIONS:Mcxfreeze) 34.if !empty(PKG_OPTIONS:Mcxfreeze)
35.include "../../lang/py-cxfreeze/buildlink3.mk" 35.include "../../lang/py-cxfreeze/buildlink3.mk"
36.endif 36.endif
37 37
38#Enable support for code refactoring 38#Enable support for code refactoring
39.if !empty(PKG_OPTIONS:Mrope) 39.if !empty(PKG_OPTIONS:Mrope)
40.include "../../devel/py-rope/buildlink3.mk" 40.include "../../devel/py-rope/buildlink3.mk"
41.endif 41.endif