mirror of
https://github.com/huo-ju/photoprism-freebsd-port.git
synced 2025-12-12 09:50:05 +01:00
Add npm dependency, required by Tensorflow
This commit is contained in:
9
Makefile
9
Makefile
@@ -12,11 +12,12 @@ LICENSE= AGPLv3
|
|||||||
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
|
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
|
||||||
EXTRACT_DEPENDS= ${RUN_DEPENDS} \
|
EXTRACT_DEPENDS= ${RUN_DEPENDS} \
|
||||||
bash:shells/bash \
|
bash:shells/bash \
|
||||||
git:devel/git \
|
|
||||||
wget:ftp/wget \
|
|
||||||
go:lang/go \
|
|
||||||
bazel:devel/bazel029 \
|
bazel:devel/bazel029 \
|
||||||
gmake:devel/gmake
|
git:devel/git \
|
||||||
|
gmake:devel/gmake \
|
||||||
|
go:lang/go \
|
||||||
|
npm:www/npm-node14 \
|
||||||
|
wget:ftp/wget
|
||||||
|
|
||||||
USES= gmake python:3.6+,build
|
USES= gmake python:3.6+,build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user