diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-07 13:52:34 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-07 13:52:34 +0200 |
commit | 2e8a7f6a4674d4ee40da1553a19047481f0c6c63 (patch) | |
tree | b7ecdf682afedde046e98ba28c3c3414b980518d /print/texlive-base/Makefile | |
parent | x11-toolkits/fox17: prepare for freetype2 update (diff) |
print/texlive-base: prepare for freetype2 upgrade
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
Original version by: diizzy
PR: 251512
PR: 257576
Diffstat (limited to 'print/texlive-base/Makefile')
-rw-r--r-- | print/texlive-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 84c45b3787a0..6b68d3437936 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -65,6 +65,8 @@ SHEBANG_FILES= texk/texlive/linked_scripts/accfonts/mkt1font \ texk/texlive/linked_scripts/urlbst/urlbst \ texk/texlive/linked_scripts/yplan/yplan +BINARY_ALIAS= freetype-config=true + # during build phase gnu configure is run a lot GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-texlive-build \ @@ -128,7 +130,7 @@ post-patch: tl_scripts/texconfig-sys.sh \ linked_scripts/texlive/updmap-sys.sh ${REINPLACE_CMD} -e 's|/usr/bin/python -O|${python_CMD}|' \ - ${WRKSRC}/texk/texlive/linked_scripts/de-macro/de-macro \ + ${WRKSRC}/texk/texlive/linked_scripts/de-macro/de-macro post-install-fmtutil: for D in ${TEXHASHDIRS}; do \ |