Feedback? Any takers?
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index 46ee8da64dc..fe4171ca87f 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -2,7 +2,7 @@
COMMENT= text mode rss newsreader
DISTNAME= snownews-1.5.12
-REVISION= 2
+REVISION= 3
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}download/
@@ -13,14 +13,15 @@ MAINTAINER= David Cathcart <[email protected]>
# GPL
PERMIT_PACKAGE_CDROM= Yes
-WANTLIB += c crypto m ncurses pthread lzma xml2>=7.10 z
+WANTLIB += c crypto iconv intl m ncurses pthread lzma xml2>=7.10 z
NO_TEST= Yes
USE_GMAKE= Yes
-MODULES= devel/gettext
+BUILD_DEPENDS= devel/gettext-tools
RUN_DEPENDS= textproc/p5-XML-LibXML
-LIB_DEPENDS= textproc/libxml
+LIB_DEPENDS= devel/gettext \
+ textproc/libxml
MAKE_ENV+= EXTRA_CFLAGS="${CFLAGS}"
MAKE_FLAGS+= CC="${CC}"