diff options
Diffstat (limited to 'textproc/rss2html/Makefile')
-rw-r--r-- | textproc/rss2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rss2html/Makefile b/textproc/rss2html/Makefile index 9357f133d3f9..c154d09b1983 100644 --- a/textproc/rss2html/Makefile +++ b/textproc/rss2html/Makefile @@ -7,6 +7,7 @@ PORTNAME= rss2html PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://mirror.mcx2.org/ \ ftp://ftp.nopcode.org/prj/rss2html/ @@ -14,7 +15,7 @@ MASTER_SITES= http://mirror.mcx2.org/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= RSS to HTML converter -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CFLAGS+= "-I${LOCALBASE}/include" "-L${LOCALBASE}/lib" |