Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 15:41:16 +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: r395502 - head/net/jwhois
Message-ID:  <201508281541.t7SFfGX3044881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Aug 28 15:41:15 2015
New Revision: 395502
URL: https://svnweb.freebsd.org/changeset/ports/395502

Log:
  net/jwhois: really commit fix
  
  Missed Makefile during last commit
  
  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	Fri Aug 28 15:38:33 2015	(r395501)
+++ head/net/jwhois/Makefile	Fri Aug 28 15:41:15 2015	(r395502)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jwhois
 PORTVERSION=	4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	GNU
 
@@ -13,7 +13,7 @@ COMMENT=	Improved WHOIS client capable o
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake
+USES=		gettext gmake iconv
 CPPFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/var/jwhois



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508281541.t7SFfGX3044881>