svn commit: r395615 - head/net/jwhois

Kurt Jaeger pi at FreeBSD.org
Sun Aug 30 12:09:57 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list