aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-10-12 02:48:14 +0800
committerantoine <antoine@FreeBSD.org>2015-10-12 02:48:14 +0800
commit8d20ee7fff03ccbc28a1a268c5f549c5af258f0f (patch)
tree0a0c983331c4a2b8c8a16511535639177c08abce
parent40f2b8fe140bdb553d3112687e28dddf20eb0d42 (diff)
downloadfreebsd-ports-gnome-8d20ee7fff03ccbc28a1a268c5f549c5af258f0f.tar.gz
freebsd-ports-gnome-8d20ee7fff03ccbc28a1a268c5f549c5af258f0f.tar.zst
freebsd-ports-gnome-8d20ee7fff03ccbc28a1a268c5f549c5af258f0f.zip
Unbreak
Reported by: pkg-fallout
-rw-r--r--www/npm012/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/npm012/Makefile b/www/npm012/Makefile
index f76f535dd6ef..c9e1890267fd 100644
--- a/www/npm012/Makefile
+++ b/www/npm012/Makefile
@@ -1,17 +1,18 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
-PORTNAME= npm012
+PORTNAME= npm
PORTVERSION= 2.14.7
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
+PKGNAMESUFFIX= 012
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Node package manager
LICENSE= MIT
-RUN_DEPENDS= node>=0.8.0:${PORTSDIR}/www/node012
+RUN_DEPENDS= node012>=0.12.0:${PORTSDIR}/www/node012
MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX}
MANPREFIX= ${PREFIX}/lib/node_modules/npm