ports/freetype: Add missing dependencies

This commit is contained in:
Bananymous 2025-11-04 23:06:13 +02:00
parent c6ef4b5840
commit bdf4423512
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
NAME='freetype' NAME='freetype'
VERSION='2.13.3' VERSION='2.13.3'
DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.gz#5c3a8e78f7b24c20b25b54ee575d6daa40007a5f4eea2845861c3409b3021747" DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.gz#5c3a8e78f7b24c20b25b54ee575d6daa40007a5f4eea2845861c3409b3021747"
DEPENDENCIES=('zlib' 'libpng')
CONFIG_SUB=('builds/unix/config.sub') CONFIG_SUB=('builds/unix/config.sub')
CONFIGURE_OPTIONS=( CONFIGURE_OPTIONS=(