summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2013-12-21 19:46:24 +0000
committerwiz <wiz>2013-12-21 19:46:24 +0000
commit37691effb66a907732c0ab616a40781d2ae29158 (patch)
treea54491fc304bc1e7b2bebd5e8f13956477698af8 /www
parentc4df53f6dfdcedb40492839d5aa9a80d59fe4cc7 (diff)
downloadpkgsrc-37691effb66a907732c0ab616a40781d2ae29158.tar.gz
Depend on php-iconv: updater for 1.9 complains:
"PHP support for iconv is required to handle multiple charsets." Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/php-tt-rss/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/php-tt-rss/Makefile b/www/php-tt-rss/Makefile
index 50ebcb9a1fb..4c0ec240496 100644
--- a/www/php-tt-rss/Makefile
+++ b/www/php-tt-rss/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2013/10/12 13:14:28 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.8 2013/12/21 19:46:24 wiz Exp $
TTRVER= 1.10
DISTNAME= Tiny-Tiny-RSS-${TTRVER}
PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${TTRVER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= -http://github.com/gothfox/Tiny-Tiny-RSS/archive/${TTRVER}.tar.gz
@@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
+DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
# Force using "curl" for fetching the distribution file. It is only available
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.