aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-20 06:24:49 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-20 06:24:49 +0800
commitcebb060fa495aa360f5a600fa94abe04a2c10208 (patch)
tree1658c1e5079ae6334d063563ba812ac5550db326 /news
parent478a82bcb0cb78b20d0ac1e22939588a5448f5db (diff)
downloadfreebsd-ports-gnome-cebb060fa495aa360f5a600fa94abe04a2c10208.tar.gz
freebsd-ports-gnome-cebb060fa495aa360f5a600fa94abe04a2c10208.tar.zst
freebsd-ports-gnome-cebb060fa495aa360f5a600fa94abe04a2c10208.zip
- Add explicit $ICONV_LIB
Submitted by: marino Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'news')
-rw-r--r--news/newsstar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile
index dee607c240da..6e404908e40a 100644
--- a/news/newsstar/Makefile
+++ b/news/newsstar/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \
--with-rc-dir=/var/spool/newsstar/lib \
--with-incoming-dir=/var/spool/newsstar/incoming
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.options.mk>