svn commit: r395502 - head/net/jwhois

Kurt Jaeger pi at FreeBSD.org
Fri Aug 28 15:41:17 UTC 2015


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


More information about the svn-ports-head mailing list