Date: Mon, 16 Jun 2025 16:08:30 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7feb24c6a338 - main - devel/thunar-vcs-plugin: Fix SVN libs detection Message-ID: <202506161608.55GG8Ufq053552@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7feb24c6a3387066db48420af1e7217741dfbb71 commit 7feb24c6a3387066db48420af1e7217741dfbb71 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-06-16 16:05:27 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-06-16 16:08:18 +0000 devel/thunar-vcs-plugin: Fix SVN libs detection PR: 287423 --- devel/thunar-vcs-plugin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index 057f91a067b1..7256ff0858ec 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel xfce MASTER_SITES= XFCE/thunar-plugins DIST_SUBDIR= xfce4 @@ -11,8 +12,8 @@ WWW= https://docs.xfce.org/thunar-plugins/thunar-vcs-plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig \ - tar:xz xfce +USES= compiler:c11 gettext-tools gnome localbase:ldflags meson \ + pkgconfig tar:xz xfce USE_GNOME= glib20 gtk30 USE_XFCE= libexo thunarhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506161608.55GG8Ufq053552>
