summaryrefslogtreecommitdiff
path: root/dns/libpsl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-05 17:21:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-05 17:21:13 +0000
commit9e7224561940efbae0cb0afc6481f522d76f4135 (patch)
tree41cac34df671431bf757ff331201456fbcdfea68 /dns/libpsl
parentUpdate to 3.5.3 (diff)
Fix overlinking
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=469134
Diffstat (limited to 'dns/libpsl')
-rw-r--r--dns/libpsl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile
index 85ed754d9099..e5f8de791f5b 100644
--- a/dns/libpsl/Makefile
+++ b/dns/libpsl/Makefile
@@ -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