mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
aa687e9fb2
- Update CONFLICTS_INSTALL
14 lines
253 B
Makefile
14 lines
253 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node12
|
|
|
|
CONFLICTS_INSTALL= npm npm-node8 npm-node10
|
|
|
|
OPTIONS_EXCLUDE=NODE NODE10 NODE8
|
|
OPTIONS_SLAVE= NODE12
|
|
|
|
MASTERDIR= ${.CURDIR}/../npm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|