aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-10-01 17:41:17 +0800
committerrene <rene@FreeBSD.org>2016-10-01 17:41:17 +0800
commit5fb8097023fb1735d405dbcaea875de2de0055f4 (patch)
treed67bcb79288b99c3eb81349b48a833223651df1b /www
parentc62840bcf729abbdedea48b09a02a3139fc6150b (diff)
downloadfreebsd-ports-gnome-5fb8097023fb1735d405dbcaea875de2de0055f4.tar.gz
freebsd-ports-gnome-5fb8097023fb1735d405dbcaea875de2de0055f4.tar.zst
freebsd-ports-gnome-5fb8097023fb1735d405dbcaea875de2de0055f4.zip
www/npm2: remove optional dependency on expired www/node010
Diffstat (limited to 'www')
-rw-r--r--www/npm2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/npm2/Makefile b/www/npm2/Makefile
index 99f6ca4c4bea..44c2a43822a3 100644
--- a/www/npm2/Makefile
+++ b/www/npm2/Makefile
@@ -17,9 +17,8 @@ RUN_DEPENDS= gmake:devel/gmake
CONFLICTS_INSTALL= npm-[0-9]*
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= NODE010 NODE012 NODE4
+OPTIONS_SINGLE_BACKEND= NODE012 NODE4
OPTIONS_DEFAULT=NODE4
-NODE010_DESC= Use www/node010 as backend
NODE012_DESC= Use www/node012 as backend
NODE4_DESC= Use www/node4 as backend
@@ -40,7 +39,6 @@ SHEBANG_FILES= lib/utils/completion.sh \
scripts/release.sh \
scripts/relocate.sh
-NODE010_RUN_DEPENDS= node010>=0.8.0:www/node010
NODE012_RUN_DEPENDS= node012>=0.8.0:www/node012
NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4