diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile index dbeb36670161..ee7e8f33fdb1 100644 --- a/dns/libidn2/Makefile +++ b/dns/libidn2/Makefile @@ -1,34 +1,32 @@ PORTNAME= libidn2 -DISTVERSION= 2.3.7 +PORTVERSION= 2.3.7 CATEGORIES= dns MASTER_SITES= GNU/libidn MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of IDNA2008 internationalized domain names WWW= https://www.gnu.org/software/libidn/\#libidn2 \ https://gitlab.com/libidn/libidn2 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING 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