|
Lines 234-240
Link Here
|
| 234 |
# Extensions |
234 |
# Extensions |
| 235 |
.if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes" |
235 |
.if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes" |
| 236 |
# non-version specific components |
236 |
# non-version specific components |
| 237 |
_USE_PHP_ALL= bcmath bitset bz2 calendar ctype curl dba dbase \ |
237 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dbase \ |
| 238 |
exif fileinfo fribidi ftp gd gettext gmp \ |
238 |
exif fileinfo fribidi ftp gd gettext gmp \ |
| 239 |
hash iconv imap interbase json ldap mbstring mcrypt \ |
239 |
hash iconv imap interbase json ldap mbstring mcrypt \ |
| 240 |
memcache mhash mssql mysql ncurses odbc \ |
240 |
memcache mhash mssql mysql ncurses odbc \ |
|
Lines 249-254
Link Here
|
| 249 |
pdo_mysql pdo_sqlite \ |
249 |
pdo_mysql pdo_sqlite \ |
| 250 |
simplexml soap spl sqlite tidy xmlreader xmlwriter xsl |
250 |
simplexml soap spl sqlite tidy xmlreader xmlwriter xsl |
| 251 |
|
251 |
|
|
|
252 |
apc_DEPENDS= www/pecl-APC |
| 252 |
bcmath_DEPENDS= math/php${PHP_VER}-bcmath |
253 |
bcmath_DEPENDS= math/php${PHP_VER}-bcmath |
| 253 |
bitset_DEPENDS= math/pecl-bitset |
254 |
bitset_DEPENDS= math/pecl-bitset |
| 254 |
bz2_DEPENDS= archivers/php${PHP_VER}-bz2 |
255 |
bz2_DEPENDS= archivers/php${PHP_VER}-bz2 |