diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-16 12:08:20 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-16 12:08:20 +0000 |
commit | fce0420478a3807f2592b40b55f2061aa8e7f212 (patch) | |
tree | c61374cc4ea23c922cbc57fdd4576c085f632fba /Mk | |
parent | 2bb0d2253ec19fe57a4a8c8b2a15c4e4db874ecb (diff) | |
download | ports-fce0420478a3807f2592b40b55f2061aa8e7f212.tar.gz ports-fce0420478a3807f2592b40b55f2061aa8e7f212.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index dcba081fc71f..877ababe1d01 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -262,7 +262,7 @@ _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ _USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml mcal mcve \ mnogosearch oracle overload xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom mysqli simplexml soap sqlite \ - tidy xmlreader xsl + tidy xmlreader xmlwriter xsl bcmath_DEPENDS= math/php${PHP_VER}-bcmath bz2_DEPENDS= archivers/php${PHP_VER}-bz2 @@ -331,6 +331,7 @@ wddx_DEPENDS= textproc/php${PHP_VER}-wddx xml_DEPENDS= textproc/php${PHP_VER}-xml xmlreader_DEPENDS= textproc/php${PHP_VER}-xmlreader xmlrpc_DEPENDS= net/php${PHP_VER}-xmlrpc +xmlwriter_DEPENDS= textproc/php${PHP_VER}-xmlwriter xsl_DEPENDS= textproc/php${PHP_VER}-xsl xslt_DEPENDS= textproc/php${PHP_VER}-xslt yaz_DEPENDS= net/pecl-yaz |