Unbreak node - forgot to add gyp as a build dep.
OK naddy@
This commit is contained in:
parent
a5c699ccea
commit
b8813af0d1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2013/12/04 20:20:52 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2013/12/06 15:14:16 abieber Exp $
|
||||
|
||||
# XXX:
|
||||
# - Needs __ARM_NR_cacheflush (or the like) to work on arm-based ports.
|
||||
@ -32,7 +32,8 @@ LIB_DEPENDS= devel/libexecinfo
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
BUILD_DEPENDS= sysutils/flock
|
||||
BUILD_DEPENDS= devel/gyp \
|
||||
sysutils/flock
|
||||
|
||||
# node-gyp uses it at runtime
|
||||
RUN_DEPENDS= devel/gmake \
|
||||
|
Loading…
Reference in New Issue
Block a user