mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
BUILD_DEPENDS on bzip2 only if ${OSVERSION} < 500021.
Approved by: portmgr
This commit is contained in:
parent
857e3b9402
commit
2f541dec74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44559
@ -766,7 +766,7 @@ MANCOMPRESSED?= yes
|
||||
MANCOMPRESSED?= no
|
||||
.endif
|
||||
|
||||
.if defined(USE_BZIP2)
|
||||
.if defined(USE_BZIP2) && ${OSVERSION} < 500021
|
||||
BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
.if defined(USE_ZIP)
|
||||
|
Loading…
Reference in New Issue
Block a user