aboutsummaryrefslogtreecommitdiff
path: root/www/closure-linter/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-20 18:18:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-20 18:18:14 +0000
commit52ef90688fe1205c74f8fa14a08e8bd363bcbc3f (patch)
treebb99e776c587110d5996fe13e44f1349acc86a3f /www/closure-linter/Makefile
parent60e91f3a9c73346273b5973e359b86cc2037f9c0 (diff)
downloadports-52ef90688fe1205c74f8fa14a08e8bd363bcbc3f.tar.gz
ports-52ef90688fe1205c74f8fa14a08e8bd363bcbc3f.zip
Notes
Diffstat (limited to 'www/closure-linter/Makefile')
-rw-r--r--www/closure-linter/Makefile7
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>