diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-19 22:24:49 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-19 22:24:49 +0000 |
commit | 73aadfabb8d0b56d65f894bf51359f31ac707b2a (patch) | |
tree | 1658c1e5079ae6334d063563ba812ac5550db326 | |
parent | f225fc0e42ddd93130af7a052a7e336e81e19244 (diff) |
Notes
-rw-r--r-- | news/newsstar/Makefile | 2 |
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> |