summaryrefslogtreecommitdiff
path: root/devel/eric4
diff options
context:
space:
mode:
authorrodent <rodent>2014-05-04 13:10:47 +0000
committerrodent <rodent>2014-05-04 13:10:47 +0000
commitbc48f888d51f88fb4c949bbaf9943ef3eb98130f (patch)
tree8fb852f5a80e3883ccc4a8390817e8e64295e4b8 /devel/eric4
parent7fa78641f8cf89a27a9e6a6144d2c582b028b477 (diff)
downloadpkgsrc-bc48f888d51f88fb4c949bbaf9943ef3eb98130f.tar.gz
Use MASTER_SITE_SOURCEFORGE. Enable pylint option now that it's in HEAD.
Diffstat (limited to 'devel/eric4')
-rw-r--r--devel/eric4/Makefile4
-rw-r--r--devel/eric4/options.mk10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile
index af9e1b4dc2a..93890caa11d 100644
--- a/devel/eric4/Makefile
+++ b/devel/eric4/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.40 2014/02/12 23:17:46 tron Exp $
+# $NetBSD: Makefile,v 1.41 2014/05/04 13:10:47 rodent Exp $
VERS= 4.5.18
DISTNAME= eric4-${VERS}
PKGREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://downloads.sourceforge.net/project/eric-ide/eric4/stable/${VERS}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eric-ide/}
EXTRACT_USING= gtar
MAINTAINER= helgoman@users.sourceforge.net
diff --git a/devel/eric4/options.mk b/devel/eric4/options.mk
index 921b4d152e1..16a3756ec57 100644
--- a/devel/eric4/options.mk
+++ b/devel/eric4/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2011/03/17 09:19:21 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2014/05/04 13:10:47 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.eric4
-PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant cxfreeze rope
+PKG_SUPPORTED_OPTIONS= sqlite mysql pgsql enchant pylint 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 "../../devel/py-pylint/buildlink3.mk"
+.endif
#Enable support for freezing Python scripts
.if !empty(PKG_OPTIONS:Mcxfreeze)