mirror of https://git.FreeBSD.org/ports.git
x11-fonts/fontconfig: Fix pkg-message %%LOCALBASE%% replacement
PR: 280358
Reported by: sjrbulk@verizon.net
Approved by: arrowd
MFH: 2024Q3
(cherry picked from commit 0fff9ad2c8
)
This commit is contained in:
parent
af981ea695
commit
a87b77d092
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue