Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 17:21:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469134 - head/dns/libpsl
Message-ID:  <201805051721.w45HLDSo059093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  5 17:21:13 2018
New Revision: 469134
URL: https://svnweb.freebsd.org/changeset/ports/469134

Log:
  Fix overlinking
  
  - Bump PORTREVISION for package change

Modified:
  head/dns/libpsl/Makefile

Modified: head/dns/libpsl/Makefile
==============================================================================
--- head/dns/libpsl/Makefile	Sat May  5 17:16:28 2018	(r469133)
+++ head/dns/libpsl/Makefile	Sat May  5 17:21:13 2018	(r469134)
@@ -4,6 +4,7 @@
 PORTNAME=	libpsl
 PORTVERSION=	0.20.2
 DISTVERSIONPREFIX=	${PORTNAME}-
+PORTREVISION=	1
 CATEGORIES=	dns
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -49,6 +50,7 @@ IDN2_LIB_DEPENDS=	libidn2.so:dns/libidn2 \
 			libunistring.so:devel/libunistring
 IDN2_USES=		iconv
 NLS_CPPFLAGS=		-DENABLE_NLS=1
+NLS_CPPFLAGS_OFF=	-DENABLE_NLS=0
 NLS_USES=		gettext
 NLS_USES_OFF=		gettext-tools
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805051721.w45HLDSo059093>