diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2021-09-03 20:22:55 +0200 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2021-09-03 20:25:42 +0200 |
commit | e36ba3bb9c663f97edf237cd6c60ef3b87c0d6e9 (patch) | |
tree | 09aeda8f0d4727e3e3f45abcf7e2488bc00179dc /databases/phpmyadmin | |
parent | math/gismo: Replace USE_GCC=any with USE_GCC=yes (diff) |
databases/phpmyadmin*: add iconv
"Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: iconv"
PR: 254485
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r-- | databases/phpmyadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 0cc2881064ea..6fbe1eba3753 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -28,7 +28,7 @@ NO_BUILD= yes # could, in principle, also use the PHP dbase extension, but it's not # available for PHP >= 7.0 and of only minority interest. -USE_PHP= ctype filter hash json mysqli session spl xml +USE_PHP= ctype filter hash iconv json mysqli session spl xml .endif # Note: default settings will pull in X11 client support. If you don't |