diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2014-02-10 09:14:46 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2014-02-10 09:14:46 +0000 |
commit | 9dfa522165174e65d00cd586d4b9db5d144d5037 (patch) | |
tree | 5e7892bbc7ee9f7528d3e60b2edeb78eb9d4b6f1 /www | |
parent | 2b8c2ea1340dd3280c8619c8ab5950e9d6427c08 (diff) | |
download | freebsd-ports-9dfa522165174e65d00cd586d4b9db5d144d5037.zip |
- Add missing PHP module required for utf8_encode() and utf8_decode().
Submitted by: VVD
Diffstat (limited to 'www')
-rw-r--r-- | www/phpvirtualbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/phpvirtualbox/Makefile b/www/phpvirtualbox/Makefile index 4c03b9e069eb..b53e601bd329 100644 --- a/www/phpvirtualbox/Makefile +++ b/www/phpvirtualbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= phpvirtualbox DISTVERSION= 4.3-1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME} \ LOCAL/decke @@ -13,7 +14,7 @@ COMMENT= AJAX Web Interface for VirtualBox LICENSE= GPLv3 USE_ZIP= yes -USE_PHP= json session soap simplexml +USE_PHP= json session soap simplexml xml NO_BUILD= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(php|txt|js|css|html) |