1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

x11-fonts/fontconfig: Fix pkg-message %%LOCALBASE%% replacement

PR:		280358
Reported by:	sjrbulk@verizon.net
Approved by:	arrowd
MFH:		2024Q3
This commit is contained in:
Nuno Teixeira 2024-07-20 09:07:28 +01:00
parent 7e2ab956ef
commit 0fff9ad2c8
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= fontconfig
DISTVERSION= 2.15.0
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/release/
@ -27,6 +27,9 @@ SHEBANG_FILES= conf.d/link_confs.py \
TEST_TARGET= test
SUB_FILES= pkg-message
SUB_LIST= LOCALBASE=${LOCALBASE}
# To avoid circular dependency rebuild of docs (including manpages) needs to be
# disabled as they depend on textproc/docbook-utils which requires fontconfig
MESON_ARGS= -Ddefault_library=both -Ddoc=disabled -Dcache-build=disabled \