Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2023 17:05:44 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 301b12cbba31 - 2023Q4 - x11/hyprpicker: drop unused jpeg dependency
Message-ID:  <202310281705.39SH5iDU043355@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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