Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 07:38:34 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4ce3662b78d3 - main - deskutils/xpad: adjust LIB_DEPENDS variable, new dependencies
Message-ID:  <202205220738.24M7cYV5055997@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jgh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ce3662b78d35af2cc236bf92910758b0d12f189

commit 4ce3662b78d35af2cc236bf92910758b0d12f189
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-22 07:33:38 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-22 07:38:29 +0000

    deskutils/xpad: adjust LIB_DEPENDS variable, new dependencies
    
    Reported by: tcberner@
---
 deskutils/xpad/Makefile                | 2 +-
 devel/ayatana-ido/Makefile             | 2 +-
 devel/libayatana-appindicator/Makefile | 2 +-
 devel/libayatana-indicator/Makefile    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
index 21fa3ddfb4f9..6a8b5d3df075 100644
--- a/deskutils/xpad/Makefile
+++ b/deskutils/xpad/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Virtual note-pad system for your X11 desktop
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	gnome-icon-theme>=0:misc/gnome-icon-theme
-LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
+LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
 		libdbusmenu-glib.so:devel/libdbusmenu \
 		libayatana-ido3-0.4.so:devel/ayatana-ido \
 		libayatana-appindicator3.so:devel/libayatana-appindicator \
diff --git a/devel/ayatana-ido/Makefile b/devel/ayatana-ido/Makefile
index ba8a00e5dccf..d510469adde8 100644
--- a/devel/ayatana-ido/Makefile
+++ b/devel/ayatana-ido/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	vala>=0:lang/vala \
 
 USES=	cmake localbase:ldflags gnome pkgconfig
 
-LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
+LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
 		libgtest.so:devel/googletest
 USE_GNOME=	introspection glib20 gtk30 pango atk cairo gdkpixbuf2
 
diff --git a/devel/libayatana-appindicator/Makefile b/devel/libayatana-appindicator/Makefile
index 36b2f21b1c13..6e4e5f493590 100644
--- a/devel/libayatana-appindicator/Makefile
+++ b/devel/libayatana-appindicator/Makefile
@@ -11,7 +11,7 @@ BUILD_DEPENDS=	lcov>=0:devel/lcov
 
 USES=	cmake localbase:ldflags gnome pkgconfig
 
-LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
+LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
 		libgtest.so:devel/googletest \
 		libayatana-indicator3.so:devel/libayatana-indicator \
 		libdbusmenu-glib.so:devel/libdbusmenu \
diff --git a/devel/libayatana-indicator/Makefile b/devel/libayatana-indicator/Makefile
index 651d97ca6e59..bbe574677a3f 100644
--- a/devel/libayatana-indicator/Makefile
+++ b/devel/libayatana-indicator/Makefile
@@ -12,7 +12,7 @@ BUILD_DEPENDS=	vala>=0:lang/vala \
 
 USES=	cmake localbase:ldflags gnome pkgconfig
 
-LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
+LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
 		libgtest.so:devel/googletest \
 		libayatana-ido3-0.4.so:devel/ayatana-ido
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205220738.24M7cYV5055997>