From 033e4d2b2980e5d2f3946dfb215a0d587021ea12 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Fri, 13 Sep 2013 14:45:55 +0000 Subject: Add missing iconv in USES. Reported by: swills Approved by: portmgr (bapt, implicit) --- news/pan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news') diff --git a/news/pan/Makefile b/news/pan/Makefile index d7dba0093496..8f679a909298 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -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 -- cgit