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 014d0c3cb9f9..af133f96dafd 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,5 @@ PORTNAME= uv -DISTVERSION= 0.7.13 +DISTVERSION= 0.8.3 PORTREVISION= 1 CATEGORIES= devel @@ -30,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\//} |