diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-05 16:14:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-05 16:14:16 +0000 |
commit | 2508a62c8df7e7e0ce2e83e05d7823b0ed828b89 (patch) | |
tree | e4b70d7cf6caa8e551c00e55af3d91ccf3651f68 /www | |
parent | 1874efd2fe42710310a87d173fff8af5a13bfd83 (diff) | |
download | ports-2508a62c8df7e7e0ce2e83e05d7823b0ed828b89.tar.gz ports-2508a62c8df7e7e0ce2e83e05d7823b0ed828b89.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/npm-node8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/npm-node8/Makefile b/www/npm-node8/Makefile index 065341b984a5..7e34ece9879a 100644 --- a/www/npm-node8/Makefile +++ b/www/npm-node8/Makefile @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -node8 CONFLICTS_INSTALL= npm npm-node10 npm-node12 -OPTIONS_EXCLUDE=NODE NODE10 NODE012 +OPTIONS_EXCLUDE=NODE NODE10 NODE12 OPTIONS_SLAVE= NODE8 MASTERDIR= ${.CURDIR}/../npm |