mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
archivers/zstd: Fix build on FreeBSD 13.0
md5sum is not available on FreeBSD 13.0 which reaches its EoL on 2022-08-31. Notified by: jbeich
This commit is contained in:
parent
7f17ff39c0
commit
f23fdb0f73
1 changed files with 2 additions and 1 deletions
|
@ -13,11 +13,12 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE
|
|||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4
|
||||
TEST_DEPENDS= gmd5sum:sysutils/coreutils # required by FreeBSD 13.0
|
||||
|
||||
USES= gmake localbase:ldflags tar:zst
|
||||
|
||||
ALL_TARGET= default
|
||||
BINARY_ALIAS= gmd5sum=md5sum
|
||||
#BINARY_ALIAS= gmd5sum=md5sum
|
||||
TEST_TARGET= test
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue