git: 8d75ff2859f6 - main - dns/libidn2: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 11:54:34 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d75ff2859f648e2fb2cad211957f3bc0f002d92

commit 8d75ff2859f648e2fb2cad211957f3bc0f002d92
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:41:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:26 +0000

    dns/libidn2: Cosmetic change
---
 dns/libidn2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile
index 4de8c8dd028e..6c7ec0ea87a8 100644
--- a/dns/libidn2/Makefile
+++ b/dns/libidn2/Makefile
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libunistring.so:devel/libunistring
 USES=		charsetfix iconv libtool localbase makeinfo pathfix
 
 CONFIGURE_ARGS=	--disable-nls \
-		--with-libunistring-prefix=${LOCALBASE} \
 		--enable-ld-version-script \
+		--with-libunistring-prefix=${LOCALBASE} \
 		ac_cv_prog_RONN=${TRUE}
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip