Date: Sun, 30 Aug 2015 12:09:57 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395615 - head/net/jwhois Message-ID: <201508301209.t7UC9vQ3010977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 30 12:09:56 2015 New Revision: 395615 URL: https://svnweb.freebsd.org/changeset/ports/395615 Log: net/jwhois: fix all build issues with/without NLS PR: 202673 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> Modified: head/net/jwhois/Makefile Modified: head/net/jwhois/Makefile ============================================================================== --- head/net/jwhois/Makefile Sun Aug 30 11:23:42 2015 (r395614) +++ head/net/jwhois/Makefile Sun Aug 30 12:09:56 2015 (r395615) @@ -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 o 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 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508301209.t7UC9vQ3010977>