From 518884b9fffdc177be09dd904c9014b9f9295425 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sun, 30 Aug 2015 12:09:56 +0000 Subject: net/jwhois: fix all build issues with/without NLS PR: 202673 Submitted by: Carlos J Puga Medina --- net/jwhois/Makefile | 6 ++++-- 1 file 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 -- cgit v1.2.3