diff options
author | decke <decke@FreeBSD.org> | 2014-02-10 17:14:46 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2014-02-10 17:14:46 +0800 |
commit | 4df84394a81251cbccf0b037e3ac29d8ceb6ce37 (patch) | |
tree | 5e7892bbc7ee9f7528d3e60b2edeb78eb9d4b6f1 /www | |
parent | c859e66fbc569fae8af1d283decc6e3ef4e51fc6 (diff) | |
download | freebsd-ports-gnome-4df84394a81251cbccf0b037e3ac29d8ceb6ce37.tar.gz freebsd-ports-gnome-4df84394a81251cbccf0b037e3ac29d8ceb6ce37.tar.zst freebsd-ports-gnome-4df84394a81251cbccf0b037e3ac29d8ceb6ce37.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) |