diff options
Diffstat (limited to 'devel/uv/Makefile')
-rw-r--r-- | devel/uv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7dfa130ab66c..2b2248f2ca42 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,5 @@ PORTNAME= uv -DISTVERSION= 0.7.21 +DISTVERSION= 0.8.15 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -29,6 +29,8 @@ GH_ACCOUNT= astral-sh OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib +RUSTFLAGS+= -C link-args=-Wl,-rpath=${LOCALBASE}/lib + PROGS= uv uvx PLIST_FILES= ${PROGS:S/^/bin\//} |