git: 46605e7e6303 - main - net-im/pidgin: Add a dependency on noto-emoji
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 16:32:23 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=46605e7e6303b1e5b6d06ae3e3b4433c19b4baac commit 46605e7e6303b1e5b6d06ae3e3b4433c19b4baac Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2024-01-30 16:31:49 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2024-01-30 16:31:49 +0000 net-im/pidgin: Add a dependency on noto-emoji Without this the emoji pane is blank. --- net-im/pidgin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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