diff options
-rw-r--r-- | net/jwhois/Makefile | 6 |
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 |