aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2024-01-30 16:31:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2024-01-30 16:31:49 +0000
commit46605e7e6303b1e5b6d06ae3e3b4433c19b4baac (patch)
treecbedac7dcccf53f808407539c616b70e5cfd17ce
parent4e63c267c17ed245d247dcb392e204bfde853e4a (diff)
downloadports-46605e7e6303b1e5b6d06ae3e3b4433c19b4baac.tar.gz
ports-46605e7e6303b1e5b6d06ae3e3b4433c19b4baac.zip
net-im/pidgin: Add a dependency on noto-emoji
Without this the emoji pane is blank.
-rw-r--r--net-im/pidgin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 8bf9e144ead2..714ff9300579 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -1,11 +1,12 @@
PORTNAME= pidgin
-PORTREVISION= 3
+PORTREVISION= 4
MAINTAINER= marcus@FreeBSD.org
COMMENT= Pidgin multi-protocol messaging client (GTK UI)
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
libpurple.so:net-im/libpurple
+RUN_DEPENDS= ${LOCALBASE}/share/fonts/noto/NotoColorEmoji.ttf:x11-fonts/noto-emoji
MASTERDIR= ${.CURDIR}/../libpurple
BUILD_WRKSRC= ${WRKSRC}/pidgin