diff options
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> |