summaryrefslogtreecommitdiff
path: root/converters/rss2html/Makefile
diff options
context:
space:
mode:
authorobache <obache>2006-12-09 02:05:24 +0000
committerobache <obache>2006-12-09 02:05:24 +0000
commit027e8e906929f902d71d7e2de2f37b58c1867cdc (patch)
treeed031a3fbe45728fe5dbd34b82300a73df5c3c4d /converters/rss2html/Makefile
parent627841a564edd5bf14d819f1ebd256beb0ac9ae6 (diff)
downloadpkgsrc-027e8e906929f902d71d7e2de2f37b58c1867cdc.tar.gz
Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215.
This new release adds support for libcurl. This fixes a problem in chunked encoding. And adds https support.
Diffstat (limited to 'converters/rss2html/Makefile')
-rw-r--r--converters/rss2html/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile
index 37ca10e8f76..f9080d574d0 100644
--- a/converters/rss2html/Makefile
+++ b/converters/rss2html/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/02/19 20:49:11 recht Exp $
+# $NetBSD: Makefile,v 1.12 2006/12/09 02:05:24 obache Exp $
#
-DISTNAME= rss2html-0.8
+DISTNAME= rss2html-0.8.2
CATEGORIES= converters
MASTER_SITES= http://cvs.nopcode.org/ftp/rss2html/ \
ftp://ftp.nopcode.org/prj/rss2html/
@@ -19,4 +19,5 @@ INSTALLATION_DIRS+= bin
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
+.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"