diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-20 18:18:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-20 18:18:14 +0000 |
commit | 52ef90688fe1205c74f8fa14a08e8bd363bcbc3f (patch) | |
tree | bb99e776c587110d5996fe13e44f1349acc86a3f /www/closure-linter/Makefile | |
parent | 60e91f3a9c73346273b5973e359b86cc2037f9c0 (diff) | |
download | ports-52ef90688fe1205c74f8fa14a08e8bd363bcbc3f.tar.gz ports-52ef90688fe1205c74f8fa14a08e8bd363bcbc3f.zip |
Notes
Diffstat (limited to 'www/closure-linter/Makefile')
-rw-r--r-- | www/closure-linter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/closure-linter/Makefile b/www/closure-linter/Makefile index a3aa7815bb23..923baa30ee7c 100644 --- a/www/closure-linter/Makefile +++ b/www/closure-linter/Makefile @@ -3,6 +3,7 @@ PORTNAME= closure-linter PORTVERSION= 2.3.13 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= GOOGLE_CODE DISTNAME= closure_linter-${PORTVERSION} @@ -12,9 +13,9 @@ COMMENT= JavaScript linter LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gflags.py:${PORTSDIR}/devel/py-gflags +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>=0:${PORTSDIR}/devel/py-gflags -USE_PYTHON= 2 -USE_PYDISTUTILS=yes +USES= python:2 +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |