svn commit: r327154 - head/news/pan
Guido Falsi
madpilot at FreeBSD.org
Fri Sep 13 14:45:55 UTC 2013
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
More information about the svn-ports-all
mailing list