diff options
author | ale <ale@FreeBSD.org> | 2011-11-25 23:50:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-11-25 23:50:11 +0800 |
commit | 13722b081ea26140fdc21dbdafd0f49739505396 (patch) | |
tree | df0f00a00bb285a9b26577a0d73ce01c5800c8bf /Mk | |
parent | a8c08196d7ff70b929a111d53e3cc7f3dcd75eae (diff) | |
download | freebsd-ports-gnome-13722b081ea26140fdc21dbdafd0f49739505396.tar.gz freebsd-ports-gnome-13722b081ea26140fdc21dbdafd0f49739505396.tar.zst freebsd-ports-gnome-13722b081ea26140fdc21dbdafd0f49739505396.zip |
Add phar support.
Feature safe: yes
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 93d85af973e4..1565423a5c32 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -250,7 +250,7 @@ _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba \ _USE_PHP_VER4= ${_USE_PHP_ALL} crack dbase dbx dio domxml filepro mcal mcve \ mhash ncurses oracle overload pfpro xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom filter mysqli pdo \ - pdo_mysql pdo_pgsql pdo_sqlite \ + pdo_mysql pdo_pgsql pdo_sqlite phar \ simplexml soap spl sqlite sqlite3 tidy xmlreader xmlwriter xsl _USE_PHP_VER52= ${_USE_PHP_ALL} dbase ncurses dom filter ming mysqli oci8 \ pdo pdo_mysql pdo_sqlite simplexml soap spl sqlite tidy \ @@ -307,6 +307,7 @@ pdo_pgsql_DEPENDS= databases/php${PHP_VER}-pdo_pgsql pdo_sqlite_DEPENDS= databases/php${PHP_VER}-pdo_sqlite pfpro_DEPENDS= finance/php${PHP_VER}-pfpro pgsql_DEPENDS= databases/php${PHP_VER}-pgsql +phar_DEPENDS= archivers/php${PHP_VER}-phar posix_DEPENDS= sysutils/php${PHP_VER}-posix pspell_DEPENDS= textproc/php${PHP_VER}-pspell radius_DEPENDS= net/pecl-radius |