diff options
Diffstat (limited to 'devel/uv/Makefile')
-rw-r--r-- | devel/uv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7dfa130ab66c..af133f96dafd 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,6 @@ PORTNAME= uv -DISTVERSION= 0.7.21 +DISTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -29,6 +30,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\//} |