mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
This commit is contained in:
parent
810b01f469
commit
daab54825d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437936
@ -26,7 +26,7 @@ SHELL_TOOLS= man pkg-config
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1100100
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100100
|
||||
# Depend on ELF tools provided by the base system. They work well with
|
||||
# CloudABI executables.
|
||||
BASE_TOOLS= addr2line c++filt objcopy readelf strings strip
|
||||
|
Loading…
Reference in New Issue
Block a user