diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-13 22:45:55 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-13 22:45:55 +0800 |
commit | 5cfeb0dd2e411588d0edb72216a220cd990e30b2 (patch) | |
tree | b542e7bc4f928227a958fa9b589f6f4b9d07e785 /news | |
parent | b6997dd88c303cf5e0575fc1c63b21ecdd9b6c87 (diff) | |
download | freebsd-ports-gnome-5cfeb0dd2e411588d0edb72216a220cd990e30b2.tar.gz freebsd-ports-gnome-5cfeb0dd2e411588d0edb72216a220cd990e30b2.tar.zst freebsd-ports-gnome-5cfeb0dd2e411588d0edb72216a220cd990e30b2.zip |
Add missing iconv in USES.
Reported by: swills
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |