Date: Wed, 24 Aug 2016 18:22:21 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420812 - head/dns/libpsl Message-ID: <201608241822.u7OIML1N055716@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Aug 24 18:22:21 2016 New Revision: 420812 URL: https://svnweb.freebsd.org/changeset/ports/420812 Log: dns/libpsl: fix configure with NLS disabled Add gettext-tools to NLS_USES_OFF because otherwise it fails to configure. While here, pet portlint by moving PORTREVISION to proper place. PR: 210342 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (>1 month) Modified: head/dns/libpsl/Makefile Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Wed Aug 24 18:20:09 2016 (r420811) +++ head/dns/libpsl/Makefile Wed Aug 24 18:22:21 2016 (r420812) @@ -3,8 +3,8 @@ PORTNAME= libpsl PORTVERSION= 0.13.0 -PORTREVISION= 2 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -50,6 +50,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?201608241822.u7OIML1N055716>