Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2023 08:55:03 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee1cd6954725 - main - lang/gjs: drop redundant MESON_ARGS after 3507fb3e4ec9
Message-ID:  <202304010855.3318t3cE061889@gitrepo.freebsd.org>

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



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