diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:37 +0800 |
commit | 4ceda054dde50f490ad4e4cb19a50b6f6d26efe3 (patch) | |
tree | 4eb19f5fa0191808e6884f1a352c431963b9ebe8 | |
parent | d59b035fdf84337168d35c28cffb23418dd2b2b7 (diff) | |
download | freebsd-ports-gnome-4ceda054dde50f490ad4e4cb19a50b6f6d26efe3.tar.gz freebsd-ports-gnome-4ceda054dde50f490ad4e4cb19a50b6f6d26efe3.tar.zst freebsd-ports-gnome-4ceda054dde50f490ad4e4cb19a50b6f6d26efe3.zip |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-rw-r--r-- | www/npm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 16dcf5184de4..dad74fc2b40d 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -3,7 +3,7 @@ PORTNAME= npm PORTVERSION= 5.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -27,7 +27,7 @@ NODE8_DESC= Use Node.js 8.x (www/node8) as backend NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe python:2,run shebangfix tar:xz +USES= cpe python:2.7,run shebangfix tar:xz CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules |