git: bbb9d90abce4 - main - security/authenticator: Convert to USE_GSTREAMER=rust
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Nov 2024 01:26:15 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbb9d90abce4e1fbf84826fe2f8283123ba33c99 commit bbb9d90abce4e1fbf84826fe2f8283123ba33c99 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-11-07 23:34:25 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-11-08 01:23:36 +0000 security/authenticator: Convert to USE_GSTREAMER=rust --- security/authenticator/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index 620881b9b917..b4ff8db02fc5 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -14,12 +14,11 @@ BROKEN_i386= fails to build in aes crate LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libzbar.so:graphics/zbar -RUN_DEPENDS= ${LOCALBASE}/lib/gstreamer-1.0/libgstgtk4.so:multimedia/gstreamer1-plugins-rust USES= cargo desktop-file-utils gettext gnome gstreamer meson pkgconfig sqlite ssl USE_GITLAB= yes USE_GNOME= gdkpixbuf2 gtk40 libadwaita -USE_GSTREAMER= gl zbar +USE_GSTREAMER= gl rust zbar GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World GL_PROJECT= Authenticator