git: b4e3f88719cc - main - deskutils/ydotool: drop unused dependencies after 776f54e2056e

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 22 Feb 2022 17:30:24 UTC
The branch main has been updated by jbeich:

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

commit b4e3f88719cc755a1be4002f3905f2cadd626221
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-02-22 17:24:52 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-22 17:29:24 +0000

    deskutils/ydotool: drop unused dependencies after 776f54e2056e
    
     $ poudriere testport -j 122amd64 deskutils/ydotool
    [...]
     =>> Checking shared library dependencies
    - 0x0000000000000001 NEEDED               Shared library: [libboost_program_options.so.1.72.0]
    - 0x0000000000000001 NEEDED               Shared library: [libc++.so.1]
      0x0000000000000001 NEEDED               Shared library: [libc.so.7]
    - 0x0000000000000001 NEEDED               Shared library: [libcxxrt.so.1]
    - 0x0000000000000001 NEEDED               Shared library: [libdl.so.1]
      0x0000000000000001 NEEDED               Shared library: [libepoll-shim.so.0]
    - 0x0000000000000001 NEEDED               Shared library: [libevdevPlus.so.0]
    - 0x0000000000000001 NEEDED               Shared library: [libgcc_s.so.1]
    - 0x0000000000000001 NEEDED               Shared library: [libm.so.5]
    - 0x0000000000000001 NEEDED               Shared library: [libthr.so.3]
    - 0x0000000000000001 NEEDED               Shared library: [libuInputPlus.so.0]
    - 0x0000000000000001 NEEDED               Shared library: [libydotool.so.0]
---
 deskutils/ydotool/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/deskutils/ydotool/Makefile b/deskutils/ydotool/Makefile
index 3dbcb28fe90d..bb25edad8b0e 100644
--- a/deskutils/ydotool/Makefile
+++ b/deskutils/ydotool/Makefile
@@ -12,10 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto \
 		scdoc:textproc/scdoc
-LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \
-		libuInputPlus.so:devel/libuinputplus \
-		libboost_program_options.so:devel/boost-libs \
-		libevdevPlus.so:devel/libevdevplus
+LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim
 
 USES=		cmake compiler:c++11-lang localbase