diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-10 19:28:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-10 19:44:42 +0000 |
commit | 2c672a4de941dc57142d867ba42396b1b64d2921 (patch) | |
tree | 8df5490a1c027e22b101c5ee6a85de2599b1756c /devel/zeal/Makefile | |
parent | 221a492f5c87d536e466ae45c8adef13b4771ba2 (diff) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Diffstat (limited to 'devel/zeal/Makefile')
-rw-r--r-- | devel/zeal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile index 95eef36b2c9f..b5a952f3c5ad 100644 --- a/devel/zeal/Makefile +++ b/devel/zeal/Makefile @@ -23,6 +23,5 @@ USE_QT= concurrent core gui network webkit widgets x11extras \ USE_XORG= ice sm x11 xcb xext GH_ACCOUNT= zealdocs -INSTALLS_ICONS= yes .include <bsd.port.mk> |