diff options
-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> |