diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-21 19:46:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-21 19:46:24 +0000 |
commit | c17e450f8d4ada865ac7de70d77a081552633ec5 (patch) | |
tree | a54491fc304bc1e7b2bebd5e8f13956477698af8 /www | |
parent | cd5139fdc2f7cbeb328e323c8084b16453a30ba0 (diff) | |
download | pkgsrc-c17e450f8d4ada865ac7de70d77a081552633ec5.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/Makefile | 5 |
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. |