aboutsummaryrefslogtreecommitdiffstats
path: root/net/jwhois
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-08-30 20:09:56 +0800
committerpi <pi@FreeBSD.org>2015-08-30 20:09:56 +0800
commitfc662354947b0ae788af03386a8068f321c36a9a (patch)
tree18df6e1fb363c721657735775f6965a4625c8d75 /net/jwhois
parent37a20602d14ddcee0a02c531d4e7704741c4fe0d (diff)
downloadfreebsd-ports-gnome-fc662354947b0ae788af03386a8068f321c36a9a.tar.gz
freebsd-ports-gnome-fc662354947b0ae788af03386a8068f321c36a9a.tar.zst
freebsd-ports-gnome-fc662354947b0ae788af03386a8068f321c36a9a.zip
net/jwhois: fix all build issues with/without NLS
PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
Diffstat (limited to 'net/jwhois')
-rw-r--r--net/jwhois/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index f13a02efff64..dd3ef2e58734 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jwhois
PORTVERSION= 4.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= GNU
@@ -12,6 +12,8 @@ COMMENT= Improved WHOIS client capable of selecting server to query
LICENSE= GPLv3
+LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
+
GNU_CONFIGURE= yes
USES= gettext gmake iconv
CPPFLAGS+= -I${PREFIX}/include
@@ -21,7 +23,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/jwhois
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-NLS_CONFIGURE_ENABLE= nls
+NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix
INSTALL_TARGET= install-strip