|
Lines 244-250
Link Here
|
| 244 |
.if defined(_POSTMKINCLUDED) && ${USE_PHP:tl} != "yes" |
244 |
.if defined(_POSTMKINCLUDED) && ${USE_PHP:tl} != "yes" |
| 245 |
# non-version specific components |
245 |
# non-version specific components |
| 246 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
246 |
_USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dom \ |
| 247 |
exif fileinfo filter ftp gd gettext gmp \ |
247 |
enchant exif fileinfo filter ftp gd gettext gmp \ |
| 248 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
248 |
hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \ |
| 249 |
memcache mysqli odbc opcache \ |
249 |
memcache mysqli odbc opcache \ |
| 250 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
250 |
openssl pcntl pcre pdf pdo pdo_dblib pdo_firebird pdo_mysql \ |
|
Lines 271-276
Link Here
|
| 271 |
dba_DEPENDS= databases/php${PHP_VER}-dba |
271 |
dba_DEPENDS= databases/php${PHP_VER}-dba |
| 272 |
dbase_DEPENDS= databases/php${PHP_VER}-dbase |
272 |
dbase_DEPENDS= databases/php${PHP_VER}-dbase |
| 273 |
dom_DEPENDS= textproc/php${PHP_VER}-dom |
273 |
dom_DEPENDS= textproc/php${PHP_VER}-dom |
|
|
274 |
enchant_DEPENDS= textproc/php${PHP_VER}-enchant |
| 274 |
exif_DEPENDS= graphics/php${PHP_VER}-exif |
275 |
exif_DEPENDS= graphics/php${PHP_VER}-exif |
| 275 |
fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo |
276 |
fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo |
| 276 |
filter_DEPENDS= security/php${PHP_VER}-filter |
277 |
filter_DEPENDS= security/php${PHP_VER}-filter |