diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-09 21:36:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-09 21:36:14 +0000 |
commit | f8b8ad20c678b1a51e74b7d6a9809fff62278612 (patch) | |
tree | 64c7a9f1d152f067f00c1bb3143fdb3fc6e02d5f | |
parent | 654897fdf0516073adcf8c5bc4665e963985e934 (diff) | |
download | freebsd-ports-f8b8ad20c678b1a51e74b7d6a9809fff62278612.zip |
libphutil needs the php5-xml module
-rw-r--r-- | devel/libphutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libphutil/Makefile b/devel/libphutil/Makefile index 5171f336a9ce..6d26366a9457 100644 --- a/devel/libphutil/Makefile +++ b/devel/libphutil/Makefile @@ -11,7 +11,7 @@ COMMENT= Collection of PHP utility classes LICENSE= APACHE20 PHP_DESTDIR= lib/php/libphutil -USE_PHP= yes +USE_PHP= xml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= facebook |