diff options
Diffstat (limited to 'www/snownews')
-rw-r--r-- | www/snownews/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 6a7b3d1b2a54..9b9b134c7d4e 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -8,6 +8,7 @@ PORTNAME= snownews PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/ @@ -15,9 +16,9 @@ MAINTAINER= clsung@dragon2.net COMMENT= A text mode RSS newsreader BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_GETTEXT= yes USE_GMAKE= yes MAN1= snownews.1 |