aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 19:28:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-10 19:44:42 +0000
commit2c672a4de941dc57142d867ba42396b1b64d2921 (patch)
tree8df5490a1c027e22b101c5ee6a85de2599b1756c /korean
parent221a492f5c87d536e466ae45c8adef13b4771ba2 (diff)
downloadports-2c672a4de941dc57142d867ba42396b1b64d2921.tar.gz
ports-2c672a4de941dc57142d867ba42396b1b64d2921.zip
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 'korean')
-rw-r--r--korean/fcitx-hangul/Makefile1
-rw-r--r--korean/ibus-hangul/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile
index b93b4b052b34..d3f7fc0f29fb 100644
--- a/korean/fcitx-hangul/Makefile
+++ b/korean/fcitx-hangul/Makefile
@@ -17,7 +17,6 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libhangul.so:korean/libhangul
USES= cmake gettext gnome pkgconfig tar:xz
-INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile
index b03ce88de9ff..817c8da636f6 100644
--- a/korean/ibus-hangul/Makefile
+++ b/korean/ibus-hangul/Makefile
@@ -27,7 +27,6 @@ CONFIGURE_ARGS= --with-python="${PYTHON_CMD}"
GLIB_SCHEMAS= org.freedesktop.ibus.engine.hangul.gschema.xml
-INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>