aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-19 22:24:49 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-19 22:24:49 +0000
commit73aadfabb8d0b56d65f894bf51359f31ac707b2a (patch)
tree1658c1e5079ae6334d063563ba812ac5550db326
parentf225fc0e42ddd93130af7a052a7e336e81e19244 (diff)
downloadports-73aadfabb8d0b56d65f894bf51359f31ac707b2a.tar.gz
ports-73aadfabb8d0b56d65f894bf51359f31ac707b2a.zip
- Add explicit $ICONV_LIB
Submitted by: marino Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=327653
-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>