aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2022-05-22 07:33:38 +0000
committerJason Helfman <jgh@FreeBSD.org>2022-05-22 07:38:29 +0000
commit4ce3662b78d35af2cc236bf92910758b0d12f189 (patch)
tree3aae91c0bfdbbb52f4495d38c6c73eb9ffdf800d
parent51612d3e11de7dd1505ad720cf092f9d11750f54 (diff)
downloadports-4ce3662b78d35af2cc236bf92910758b0d12f189.tar.gz
ports-4ce3662b78d35af2cc236bf92910758b0d12f189.zip
deskutils/xpad: adjust LIB_DEPENDS variable, new dependencies
Reported by: tcberner@
-rw-r--r--deskutils/xpad/Makefile2
-rw-r--r--devel/ayatana-ido/Makefile2
-rw-r--r--devel/libayatana-appindicator/Makefile2
-rw-r--r--devel/libayatana-indicator/Makefile2
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