aboutsummaryrefslogtreecommitdiff
path: root/net/jwhois
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-08-30 12:09:56 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-08-30 12:09:56 +0000
commit518884b9fffdc177be09dd904c9014b9f9295425 (patch)
tree18df6e1fb363c721657735775f6965a4625c8d75 /net/jwhois
parentdad3f65046521dcae34f2415be6319c606e67ebc (diff)
downloadports-518884b9fffdc177be09dd904c9014b9f9295425.tar.gz
ports-518884b9fffdc177be09dd904c9014b9f9295425.zip
net/jwhois: fix all build issues with/without NLS
PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
Notes
Notes: svn path=/head/; revision=395615
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