Date: Thu, 25 Jul 2024 04:20:29 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d82bd4566545 - main - devel/icu-lx: Cosmetic change Message-ID: <202407250420.46P4KTUF089800@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d82bd45665454e357de5b0402c034d84f52a4cec commit d82bd45665454e357de5b0402c034d84f52a4cec Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-25 04:18:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-25 04:18:31 +0000 devel/icu-lx: Cosmetic change --- devel/icu-lx/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/icu-lx/Makefile b/devel/icu-lx/Makefile index 3bd0cb9d047a..62ba97c8ae14 100644 --- a/devel/icu-lx/Makefile +++ b/devel/icu-lx/Makefile @@ -7,12 +7,13 @@ COMMENT= ICU Paragraph Layout API LIB_DEPENDS= libicuuc.so:devel/icu \ libicu-le-hb.so:devel/icu-le-hb -MASTERDIR= ${.CURDIR}/../icu -PLIST= ${.CURDIR}/pkg-plist -DESCR= ${.CURDIR}/pkg-descr - USES= pkgconfig + CONFIGURE_ARGS= --enable-layoutex INSTALL_WRKSRC= ${WRKSRC}/layoutex +MASTERDIR= ${.CURDIR}/../icu +PLIST= ${.CURDIR}/pkg-plist +DESCR= ${.CURDIR}/pkg-descr + .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407250420.46P4KTUF089800>