mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
lang/rust: sort LIB_DEPENDS by library name instead of origin
Requested by: dumbbell (maintainer)
This commit is contained in:
parent
29d1be2c87
commit
5f4b386da8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480255
@ -30,8 +30,8 @@ LICENSE_COMB= dual
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
||||
|
||||
BUILD_DEPENDS= cmake:devel/cmake
|
||||
LIB_DEPENDS= libgit2.so:devel/libgit2 \
|
||||
libcurl.so:ftp/curl \
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libgit2.so:devel/libgit2 \
|
||||
libssh2.so:security/libssh2
|
||||
|
||||
ONLY_FOR_ARCHS?= aarch64 amd64 i386
|
||||
|
Loading…
Reference in New Issue
Block a user