aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-12-04 04:35:46 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-12-04 04:35:46 +0800
commit917013e8dc5f1bb75014c8c977727389a9734561 (patch)
treed2877a4ad5cf45514e3bcd2e1fa3eb8eff0b7fd0
parentc1fee687afa94f8c77fdfd786aadcc91ab535ddc (diff)
downloadfreebsd-ports-gnome-917013e8dc5f1bb75014c8c977727389a9734561.tar.gz
freebsd-ports-gnome-917013e8dc5f1bb75014c8c977727389a9734561.tar.zst
freebsd-ports-gnome-917013e8dc5f1bb75014c8c977727389a9734561.zip
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-rw-r--r--www/npm3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/npm3/Makefile b/www/npm3/Makefile
index 7650b3bdec47..0dca720ab828 100644
--- a/www/npm3/Makefile
+++ b/www/npm3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= npm
PORTVERSION= 3.10.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
PKGNAMESUFFIX= 3
@@ -31,7 +31,7 @@ MANPREFIX= ${PREFIX}/lib/node_modules/npm
NO_ARCH= yes
NO_BUILD= yes
REINPLACE_ARGS= -i ''
-USES= cpe python:2 shebangfix tar:xz
+USES= cpe python:2.7 shebangfix tar:xz
CPE_VENDOR= npmjs
CPE_PRODUCT= node_packaged_modules