Adding a missing dependency on php56-fileinfo.
PR: 217196 Submitted by: nimrodl (at) gmail.com
This commit is contained in:
parent
71a1feb6ee
commit
0ffbce0f29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434409
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= tt-rss
|
||||
PORTVERSION= 2017.02.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://tt-rss.org/gitlab/fox/tt-rss/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/
|
||||
|
||||
|
@ -16,7 +17,7 @@ GL_TAGNAME= 454292b2
|
|||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_PHP= ctype dom hash json mbstring pcntl posix session xmlrpc
|
||||
USE_PHP= ctype dom fileinfo hash json mbstring pcntl posix session xmlrpc
|
||||
REINPLACE_ARGS= -i ""
|
||||
USES= php:cli,web shebangfix tar:bz2
|
||||
SHEBANG_FILES= lib/dojo-src/rebuild-dojo.sh utils/extract-i18n-js.pl
|
||||
|
|
Loading…
Reference in a new issue