diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-04 13:10:47 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-04 13:10:47 +0000 |
commit | 7a582819e44132ebf22186b67afd12f1179176bb (patch) | |
tree | 8fb852f5a80e3883ccc4a8390817e8e64295e4b8 /devel/eric4 | |
parent | 891671184205f87e00b093e0a73f7c0113a27b84 (diff) | |
download | pkgsrc-7a582819e44132ebf22186b67afd12f1179176bb.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/Makefile | 4 | ||||
-rw-r--r-- | devel/eric4/options.mk | 10 |
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) |