git: d6ec7a5abf0f - main - devel/thunar-vcs-plugin: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Oct 2023 16:05:17 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6ec7a5abf0f1da2dd99bdad4d64fa844b4a1a0c commit d6ec7a5abf0f1da2dd99bdad4d64fa844b4a1a0c Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-10-02 16:03:45 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-10-02 16:03:45 +0000 devel/thunar-vcs-plugin: Add missing dependencies Changes were missing from previous commit. --- devel/thunar-vcs-plugin/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index fbe55c953773..2089bdda62b8 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel xfce MASTER_SITES= XFCE/thunar-plugins DIST_SUBDIR= xfce4 @@ -12,9 +12,11 @@ WWW= https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz + USES= compiler:c11 gettext-tools gmake gnome libtool localbase \ pkgconfig tar:bzip2 xfce -USE_GNOME= cairo gtk30 glib20 intltool +USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool USE_XFCE= libexo thunar GNU_CONFIGURE= yes