aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-03-26 07:05:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-03-27 13:21:30 +0000
commitbd08b1edde618be0d9644299561b696a507a446f (patch)
treec3dbd07088c901eedb645c7283564247a93f5eb2 /Mk
parentf5269b1820b794f9d3256e9e1d9605f9e5cbc3f9 (diff)
downloadports-bd08b1edde618be0d9644299561b696a507a446f.tar.gz
ports-bd08b1edde618be0d9644299561b696a507a446f.zip
graphics/gdk-pixbuf2: add trigger to run gdk-pixbuf-query-loaders
gdk-pixbuf2 uses a cache of its loadable modules, which is updated by ${RREFIX}/bin/gdk-pixbuf-query-loaders and stored in ${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders. Remove the pre-existing @exec and @postexec commands in the ports providing such modules, and add a trigger in graphics/gdk-pixbuf2 to do this automatically. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D34679
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 58a03b2fb643..6710a7cee2df 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1927,7 +1927,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \
load-octave-pkg \
ocamlfind \
update-desktop-database update-mime-database \
- gdk-pixbuf-query-loaders catalog.ports \
+ catalog.ports \
ccache-update-links
.if defined(USE_LOCAL_MK)