diff options
Diffstat (limited to 'devel/uv/Makefile')
-rw-r--r-- | devel/uv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 8730516df940..af133f96dafd 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,6 @@ PORTNAME= uv 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\//} |