diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-06 08:04:45 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-06 08:04:45 +0000 |
commit | 6ef5593f861a938ff70a6aa97de271b143c1432b (patch) | |
tree | e011e33a0b3c7879fb9771ed6365b8b12f39b1b9 /databases | |
parent | fd340a511f487ad249ac3a66ab6265494545022d (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mantis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index 0c86b0b9450e..c03eb03907c7 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -3,6 +3,7 @@ PORTNAME= mantis PORTVERSION= 2.19.0 +PORTREVSION= 1 PORTEPOCH= 1 CATEGORIES= databases www MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION} @@ -17,7 +18,7 @@ LICENSE= GPLv2 USES= php:flavors USE_GITHUB= nodefault -USE_PHP= fileinfo filter hash pcre session xml +USE_PHP= fileinfo filter hash json mbstring pcre session xml NO_ARCH= yes NO_BUILD= yes |