diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-31 20:38:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-31 20:38:56 +0000 |
commit | fad260749822bae79ff0bfb250c65ef356150df1 (patch) | |
tree | d7ab08d1cb267b6608e12cb3f5dac17f8f1e73fe | |
parent | sysutils/immortal: update 0.10.5 -> 0.11.0 (diff) |
Use USES=python:2 instead of USES=python:2.7
- Bump PORTREVISION for dependency change
PR: 217984
Reported by: Bradley T. Hughes <bradleythughes@fastmail.fm>
-rw-r--r-- | www/npm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index e18ccaa71d73..e2f6d5ae3252 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 4.4.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -19,7 +20,7 @@ CONFLICTS_INSTALL= npm2- npm3- NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe python:2.7,run tar:xz +USES= cpe python:2,run tar:xz CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules |