diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:51 +0800 |
commit | 3f9703f637db1f16044b3dfadb4d0f16fb834f1f (patch) | |
tree | 034e4bee72551f9dd8b441e9508d70a12ee84342 | |
parent | 917013e8dc5f1bb75014c8c977727389a9734561 (diff) | |
download | freebsd-ports-gnome-3f9703f637db1f16044b3dfadb4d0f16fb834f1f.tar.gz freebsd-ports-gnome-3f9703f637db1f16044b3dfadb4d0f16fb834f1f.tar.zst freebsd-ports-gnome-3f9703f637db1f16044b3dfadb4d0f16fb834f1f.zip |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-rw-r--r-- | www/npm4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/npm4/Makefile b/www/npm4/Makefile index 4d8a0f4ffd39..e2601429655a 100644 --- a/www/npm4/Makefile +++ b/www/npm4/Makefile @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 4.6.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 4 @@ -20,7 +21,7 @@ CONFLICTS_INSTALL= npm npm2 npm3 NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe python:2,run tar:xz +USES= cpe python:2.7,run tar:xz CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules |