Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 14:45:55 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327154 - head/news/pan
Message-ID:  <201309131445.r8DEjtks041709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Sep 13 14:45:55 2013
New Revision: 327154
URL: http://svnweb.freebsd.org/changeset/ports/327154

Log:
  Add missing iconv in USES.
  
  Reported by:	swills
  Approved by:    portmgr (bapt, implicit)

Modified:
  head/news/pan/Makefile

Modified: head/news/pan/Makefile
==============================================================================
--- head/news/pan/Makefile	Fri Sep 13 14:44:35 2013	(r327153)
+++ head/news/pan/Makefile	Fri Sep 13 14:45:55 2013	(r327154)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USES=		pathfix gettext pkgconfig
+USES=		pathfix gettext iconv pkgconfig
 USE_GNOME=	intlhack
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include



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