sqlrelay-nodejs: mark as BROKEN
Has an upper limit of nodejs8, but uses npm which always uses the latest nodejs.
This commit is contained in:
parent
479e6c2621
commit
61e7d2b37d
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.25 2020/05/22 10:56:02 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2021/01/23 09:35:38 wiz Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-nodejs/}
|
||||
PKGREVISION= 15
|
||||
COMMENT= node.js API for SQL Relay
|
||||
|
||||
BROKEN= "Wants to install nodejs<=8 and current nodejs via npm"
|
||||
|
||||
.include "../../databases/sqlrelay/Makefile.common"
|
||||
|
||||
USE_LANGUAGES+= c++11
|
||||
|
|
Loading…
Reference in a new issue