1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-04-07 16:04:31 +00:00
parent 810b01f469
commit daab54825d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437936

View File

@ -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