Date: Fri, 26 Aug 2016 10:22:17 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420909 - branches/2016Q3/dns/libpsl Message-ID: <201608261022.u7QAMHbH055732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Fri Aug 26 10:22:17 2016 New Revision: 420909 URL: https://svnweb.freebsd.org/changeset/ports/420909 Log: MFH: r420812 dns/libpsl: fix configure with NLS disabled Add gettext-tools to NLS_USES_OFF because otherwise it fails to configure. PR: 210342 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (>1 month) Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/dns/libpsl/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/libpsl/Makefile ============================================================================== --- branches/2016Q3/dns/libpsl/Makefile Fri Aug 26 10:21:48 2016 (r420908) +++ branches/2016Q3/dns/libpsl/Makefile Fri Aug 26 10:22:17 2016 (r420909) @@ -49,6 +49,7 @@ IDN2_LIB_DEPENDS= libidn2.so:dns/libidn2 IDN2_USES= iconv NLS_CPPFLAGS= -DENABLE_NLS=1 NLS_USES= gettext +NLS_USES_OFF= gettext-tools post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/psl2c ${STAGEDIR}${PREFIX}/bin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608261022.u7QAMHbH055732>