Bring powerpc64le OPTIONS to parity with powerpc64.
While here, alpha sort those OPTIONS. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
f020960d7c
commit
f62015de18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549956
1 changed files with 4 additions and 2 deletions
|
@ -60,10 +60,12 @@ OPTIONS_SINGLE_LUAL= LUAJIT LUALANG
|
|||
OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS PULSEAUDIO EFLONE EXAMPLES GSTREAMER V4L SCIM XIM \
|
||||
OPENSSL OPENJPEG PDF PS RAW SVG WEBP XCF OPENGL LUAJIT CXX
|
||||
OPTIONS_EXCLUDE_i386= EXAMPLES
|
||||
OPTIONS_DEFAULT_powerpc64= LUALANG
|
||||
OPTIONS_DEFAULT_aarch64= LUALANG
|
||||
OPTIONS_EXCLUDE_powerpc64= LUAJIT
|
||||
OPTIONS_DEFAULT_powerpc64= LUALANG
|
||||
OPTIONS_DEFAULT_powerpc64le= LUALANG
|
||||
OPTIONS_EXCLUDE_aarch64= LUAJIT
|
||||
OPTIONS_EXCLUDE_powerpc64= LUAJIT
|
||||
OPTIONS_EXCLUDE_powerpc64le= LUAJIT
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
HARFBUZZ_DESC= OpenType text shaping engine
|
||||
|
|
Loading…
Reference in a new issue