mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
print/freetype2: enable brotli-support (archivers/brotli) by default
graphics/blender will require brotli in upcoming releases [1]. As brotli brings no additional runtime dependencies, this can be cheaply added to the defaults. PR: 265681 Reported by: Shane <FreeBSD@ShaneWare.Biz> [1] https://developer.blender.org/rB0830320a7ce8da31dec7c1efd97a7481784b6445
This commit is contained in:
parent
28f74df622
commit
478e294dde
@ -1,6 +1,6 @@
|
||||
PORTNAME= freetype2
|
||||
DISTVERSION= 2.12.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SAVANNAH/${PORTNAME:S/2//} \
|
||||
SF/freetype/${PORTNAME}/${DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/
|
||||
@ -33,7 +33,7 @@ SUB_FILES= pkg-message
|
||||
PORTDOCS= CHANGES FTL.TXT formats.txt raster.txt reference
|
||||
|
||||
OPTIONS_DEFINE= BROTLI DEBUG DOCS LONG_PCF_NAMES PNG TABLE_VALIDATION
|
||||
OPTIONS_DEFAULT= LCD_RENDERING LONG_PCF_NAMES PNG V40
|
||||
OPTIONS_DEFAULT= BROTLI LCD_RENDERING LONG_PCF_NAMES PNG V40
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPTIONS_SINGLE= RENDERING
|
||||
|
Loading…
Reference in New Issue
Block a user