diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-30 18:38:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-30 18:38:31 +0000 |
commit | 4dca601c931d5446622d6eece3fabb0131fce126 (patch) | |
tree | 963fa8425b3c33903b0295a2a41dc4f706f7232a | |
parent | 61e74f45faa33ba590bdc14a65c4250a86e5d8ed (diff) |
Notes
-rw-r--r-- | www/newsbeuter/Makefile | 3 | ||||
-rw-r--r-- | www/rsstail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index e2bff43ceb69..4bbe2f35bbe0 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -6,6 +6,7 @@ PORTNAME= newsbeuter PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://synflood.at/newsbeuter/ @@ -14,7 +15,7 @@ COMMENT= An RSS feed reader for the text console LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \ nxml.18:${PORTSDIR}/textproc/libnxml \ - mrss.18:${PORTSDIR}/textproc/libmrss + mrss.19:${PORTSDIR}/textproc/libmrss USE_GMAKE= yes USE_GETTEXT= yes diff --git a/www/rsstail/Makefile b/www/rsstail/Makefile index e0a30eda98a7..702d81849483 100644 --- a/www/rsstail/Makefile +++ b/www/rsstail/Makefile @@ -7,6 +7,7 @@ PORTNAME= rsstail PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.vanheusden.com/rsstail/ CENKES EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= infofarmer@FreeBSD.org COMMENT= Simple rss monitor -LIB_DEPENDS= mrss.18:${PORTSDIR}/textproc/libmrss +LIB_DEPENDS= mrss.19:${PORTSDIR}/textproc/libmrss CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |