diff options
Diffstat (limited to 'www/newsbeuter')
-rw-r--r-- | www/newsbeuter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index 201f479cce04..01d50ff9c30c 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -6,6 +6,7 @@ PORTNAME= newsbeuter PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://newsbeuter.org/downloads/ @@ -13,7 +14,7 @@ MAINTAINER= arved@FreeBSD.org COMMENT= An RSS feed reader for the text console LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \ - curl.4:${PORTSDIR}/ftp/curl + curl.5:${PORTSDIR}/ftp/curl USE_GMAKE= yes USE_GETTEXT= yes |