git: 301b12cbba31 - 2023Q4 - x11/hyprpicker: drop unused jpeg dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 17:05:44 UTC
The branch 2023Q4 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=301b12cbba31a1b475b9d035e553d9b7d6d3b777
commit 301b12cbba31a1b475b9d035e553d9b7d6d3b777
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-28 17:00:30 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-10-28 17:05:33 +0000
x11/hyprpicker: drop unused jpeg dependency
====> Running Q/A tests (stage-qa)
Warning: you might not need LIB_DEPENDS on libjpeg.so
(cherry picked from commit ab9c6c0b312c11ee606a9932b44d447240db0cec)
---
x11/hyprpicker/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile
index 42eedcf0068b..f7ab0520419e 100644
--- a/x11/hyprpicker/Makefile
+++ b/x11/hyprpicker/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= gmake:devel/gmake \
wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
-USES= compiler:c++11-lib cmake gnome jpeg localbase:ldflags pkgconfig
+USES= compiler:c++11-lib cmake gnome localbase:ldflags pkgconfig
USE_GNOME= cairo
USE_GITHUB= yes
GH_ACCOUNT= hyprwm