diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 12:08:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-22 12:08:42 +0000 |
commit | c54073c95ec99df33f451b0fdf8f2d23d4ed4196 (patch) | |
tree | 656c139f5ff1ec4d3709e33052bf8e6e9b9af7d2 /www/newsbeuter | |
parent | f5d8c1a58e14f252e18d3f57c4c887cb3f585f66 (diff) |
Notes
Diffstat (limited to 'www/newsbeuter')
-rw-r--r-- | www/newsbeuter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index 50e7be3311b2..352d69c5116a 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -6,7 +6,7 @@ PORTNAME= newsbeuter PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://synflood.at/newsbeuter/ @@ -15,7 +15,7 @@ COMMENT= An RSS feed reader for the text console LIB_DEPENDS= stfl.0:${PORTSDIR}/devel/stfl \ nxml.18:${PORTSDIR}/textproc/libnxml \ - mrss.0:${PORTSDIR}/textproc/libmrss \ + mrss.18:${PORTSDIR}/textproc/libmrss \ USE_GMAKE= yes USE_GETTEXT= yes |