git: 315c5ad9695c - main - dns/libidn2: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:18:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=315c5ad9695cbf5ebfcc7f29e38a614fae3c685f commit 315c5ad9695cbf5ebfcc7f29e38a614fae3c685f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:26:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:28 +0000 dns/libidn2: Cosmetic change --- dns/libidn2/Makefile | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile index dbeb36670161..ee7e8f33fdb1 100644 --- a/dns/libidn2/Makefile +++ b/dns/libidn2/Makefile @@ -1,5 +1,5 @@ PORTNAME= libidn2 -DISTVERSION= 2.3.7 +PORTVERSION= 2.3.7 CATEGORIES= dns MASTER_SITES= GNU/libidn @@ -15,20 +15,18 @@ BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libunistring.so:devel/libunistring USES= charsetfix iconv libtool localbase makeinfo pathfix -USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-nls \ + --with-libunistring-prefix=${LOCALBASE} \ + --enable-ld-version-script \ + ac_cv_prog_RONN=${TRUE} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -LDFLAGS+= -Wl,--undefined-version - -INFO= libidn2 INSTALL_TARGET= install-strip +LDFLAGS+= -Wl,--undefined-version TEST_TARGET= check +USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-nls \ - --with-libunistring-prefix=${LOCALBASE} \ - --enable-ld-version-script \ - ac_cv_prog_RONN=${TRUE} +INFO= libidn2 .include <bsd.port.mk>