git: d82bd4566545 - main - devel/icu-lx: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 25 Jul 2024 04:20:29 UTC
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"