View | Details | Raw Unified | Return to bug 152588
Collapse All | Expand All

(-)bsd.php.mk 2010-11-26 08:20:48.000000000 +0800 (-1 / +2 lines)
Lines 244-250 Link Here
244
# non-version specific components
244
# non-version specific components
245
_USE_PHP_ALL=  apc bcmath bitset bz2 calendar ctype curl dba \
245
_USE_PHP_ALL=  apc bcmath bitset bz2 calendar ctype curl dba \
246
               exif fileinfo fribidi ftp gd gettext gmp \
246
               exif fileinfo fribidi ftp gd gettext gmp \
247
               hash iconv imap interbase json ldap mbstring mcrypt \
247
               hash iconv imap interbase intl json ldap mbstring mcrypt \
248
               memcache mssql mysql odbc \
248
               memcache mssql mysql odbc \
249
               openssl pcntl pcre pdf pgsql posix \
249
               openssl pcntl pcre pdf pgsql posix \
250
               pspell radius readline recode session shmop snmp \
250
               pspell radius readline recode session shmop snmp \
Lines 285-290 Link Here
285
iconv_DEPENDS= converters/php${PHP_VER}-iconv
285
iconv_DEPENDS= converters/php${PHP_VER}-iconv
286
imap_DEPENDS=  mail/php${PHP_VER}-imap
286
imap_DEPENDS=  mail/php${PHP_VER}-imap
287
interbase_DEPENDS=     databases/php${PHP_VER}-interbase
287
interbase_DEPENDS=     databases/php${PHP_VER}-interbase
288
intl_DEPENDS=  devel/pecl-intl
288
ldap_DEPENDS=  net/php${PHP_VER}-ldap
289
ldap_DEPENDS=  net/php${PHP_VER}-ldap
289
mbstring_DEPENDS=      converters/php${PHP_VER}-mbstring
290
mbstring_DEPENDS=      converters/php${PHP_VER}-mbstring
290
mcal_DEPENDS=  misc/php${PHP_VER}-mcal
291
mcal_DEPENDS=  misc/php${PHP_VER}-mcal

Return to bug 152588