svn commit: r469134 - head/dns/libpsl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 5 17:21:14 UTC 2018


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 at 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
 


More information about the svn-ports-head mailing list