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