git: ab9c6c0b312c - main - x11/hyprpicker: drop unused jpeg dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 17:05:25 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab9c6c0b312c11ee606a9932b44d447240db0cec commit ab9c6c0b312c11ee606a9932b44d447240db0cec 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:04:56 +0000 x11/hyprpicker: drop unused jpeg dependency ====> Running Q/A tests (stage-qa) Warning: you might not need LIB_DEPENDS on libjpeg.so --- 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