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