Date: Fri, 13 Dec 2024 12:52:33 GMT From: Eric Turgeon <ericbsd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cff8721bd740 - main - sysutils/mate-control-center: fixed dependencies Message-ID: <202412131252.4BDCqXIb090554@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cff8721bd7404e4f2f3c5948febf8b87e38b9457 commit cff8721bd7404e4f2f3c5948febf8b87e38b9457 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2024-12-13 12:51:55 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2024-12-13 12:52:32 +0000 sysutils/mate-control-center: fixed dependencies --- sysutils/mate-control-center/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 3bc03350f6ed..d6f77718c802 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -13,9 +13,10 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ - yelp:textproc/yelp-tools \ + yelp-tools>0:textproc/yelp-tools \ yelp-xsl>0:textproc/yelp-xsl -LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ +LIB_DEPENDS= libayatana-appindicator3.so:devel/libayatana-appindicator \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libxklavier.so:x11/libxklavier \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412131252.4BDCqXIb090554>