git: ee1cd6954725 - main - lang/gjs: drop redundant MESON_ARGS after 3507fb3e4ec9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Apr 2023 08:55:03 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee1cd6954725e6927f833ee630df9b3d3bdfc680 commit ee1cd6954725e6927f833ee630df9b3d3bdfc680 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-01 08:46:53 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-01 08:48:39 +0000 lang/gjs: drop redundant MESON_ARGS after 3507fb3e4ec9 PR: 270361 Exp-run by: antoine --- lang/gjs/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index abb0da48a273..dbc3b34e50ae 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -22,9 +22,7 @@ USES= compiler:c++11-lib gettext gnome \ localbase meson pkgconfig python:build readline tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection USE_XORG= x11 xext -MESON_ARGS= -Dcairo=enabled \ - -Dreadline=enabled \ - -Dprofiler=disabled \ +MESON_ARGS= -Dprofiler=disabled \ -Dinstalled_tests=false USE_LDCONFIG= yes