diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-11-04 06:16:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-11-04 06:16:33 +0800 |
commit | fd929b3f493212b4ad4c91df2962458ee079a0f9 (patch) | |
tree | 3e1da620e67bbd055839b0fc1ef1aeda1853bd04 /www | |
parent | 57d0b0fb08c368ea2111c4a4dc90b3c83e924aaf (diff) | |
download | freebsd-ports-gnome-fd929b3f493212b4ad4c91df2962458ee079a0f9.tar.gz freebsd-ports-gnome-fd929b3f493212b4ad4c91df2962458ee079a0f9.tar.zst freebsd-ports-gnome-fd929b3f493212b4ad4c91df2962458ee079a0f9.zip |
Clean up Makefile
Diffstat (limited to 'www')
-rw-r--r-- | www/npm-node6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/npm-node6/Makefile b/www/npm-node6/Makefile index d9dd510fd9b9..3e4b74b25df3 100644 --- a/www/npm-node6/Makefile +++ b/www/npm-node6/Makefile @@ -3,9 +3,9 @@ PKGNAMESUFFIX= -node6 -CONFLICTS_INSTALL= npm npm-node4 npm-node8 npm2 npm3 npm4 +CONFLICTS_INSTALL= npm npm-node10 npm-node8 -OPTIONS_EXCLUDE=NODE NODE4 NODE8 +OPTIONS_EXCLUDE=NODE NODE10 NODE8 OPTIONS_SLAVE= NODE6 MASTERDIR= ${.CURDIR}/../npm |