git: dd6176271c52 - main - lang/cjs: drop redundant MESON_ARGS after 3507fb3e4ec9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Apr 2023 08:55:02 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd6176271c522101d71800aa58cccce32495bfbc commit dd6176271c522101d71800aa58cccce32495bfbc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-01 08:46:44 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-01 08:48:39 +0000 lang/cjs: drop redundant MESON_ARGS after 3507fb3e4ec9 PR: 270361 Exp-run by: antoine --- lang/cjs/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index c9fca6864b3b..420f46a20de9 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -24,8 +24,6 @@ USES= compiler:c++17-lang gettext gnome localbase meson pkgconfig \ USE_GNOME= cairo gdkpixbuf2 gtk30 introspection USE_XORG= x11 xext MESON_ARGS= -Dinstalled_tests=false \ - -Dcairo=enabled \ - -Dreadline=enabled \ -Dprofiler=disabled USE_LDCONFIG= yes