git: 06caa0418884 - main - mail/sylpheed: Add missing dependency
Emanuel Haupt
ehaupt at FreeBSD.org
Sun Jun 6 10:42:37 UTC 2021
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06caa0418884a026c1c2e0be94675880371898f4
commit 06caa0418884a026c1c2e0be94675880371898f4
Author: Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-06-06 10:41:40 +0000
Commit: Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-06-06 10:41:40 +0000
mail/sylpheed: Add missing dependency
PR: 256378 (based on)
Notified by: stage-qa
MFH: 2021Q1
---
mail/sylpheed/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 3351cbb3302a..9b6243d34643 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sylpheed
PORTVERSION= 3.7.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \
LOCAL/ehaupt
@@ -15,7 +15,8 @@ LICENSE_COMB= dual
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
+ libfreetype.so:print/freetype2 \
+ libharfbuzz.so:print/harfbuzz
USES= desktop-file-utils gettext gmake gnome iconv libtool pkgconfig \
tar:bzip2
More information about the dev-commits-ports-all
mailing list