Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2023 08:55:07 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: 67c4f10afbb4 - main - print/harfbuzz: drop redundant MESON_ARGS after 3507fb3e4ec9
Message-ID:  <202304010855.3318t7xS061949@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=67c4f10afbb42ff2bfb6d478a6aeb73b2d4678b7

commit 67c4f10afbb42ff2bfb6d478a6aeb73b2d4678b7
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-01 08:45:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-01 08:48:41 +0000

    print/harfbuzz: drop redundant MESON_ARGS after 3507fb3e4ec9
    
    PR:             270361
    Exp-run by:     antoine
---
 print/harfbuzz/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index ec46ed76f8e1..06c3e0908107 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -21,8 +21,7 @@ USE_LDCONFIG=	yes
 SHEBANG_GLOB=	*.py
 CPE_VENDOR=	harfbuzz_project
 
-MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite2=enabled \
-		-Dchafa=disabled -Dfreetype=enabled -Dtests=disabled
+MESON_ARGS=	-Dgraphite2=enabled -Dchafa=disabled -Dtests=disabled
 
 PLIST_SUB+=	LIBVER=0.60710.0
 



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