diff options
author | ale <ale@FreeBSD.org> | 2010-11-26 21:34:09 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-11-26 21:34:09 +0800 |
commit | c7e0cc6e7e1c5f06cb7f3d34efe62979df9f66e4 (patch) | |
tree | 631aa2e8dafa03218b959b187ae76a368489e3be | |
parent | adcb69973c86be92afe9ffced418cdea744f1a35 (diff) | |
download | freebsd-ports-gnome-c7e0cc6e7e1c5f06cb7f3d34efe62979df9f66e4.tar.gz freebsd-ports-gnome-c7e0cc6e7e1c5f06cb7f3d34efe62979df9f66e4.tar.zst freebsd-ports-gnome-c7e0cc6e7e1c5f06cb7f3d34efe62979df9f66e4.zip |
Add an entry for pecl-intl.
PR: ports/152588
Submitted by: wen
-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 1ab4464c8f31..23af67bee240 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -244,7 +244,7 @@ php-ini: # non-version specific components _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba \ exif fileinfo fribidi ftp gd gettext gmp \ - hash iconv imap interbase json ldap mbstring mcrypt \ + hash iconv imap interbase intl json ldap mbstring mcrypt \ memcache mssql mysql odbc \ openssl pcntl pcre pdf pgsql posix \ pspell radius readline recode session shmop snmp \ @@ -285,6 +285,7 @@ gmp_DEPENDS= math/php${PHP_VER}-gmp iconv_DEPENDS= converters/php${PHP_VER}-iconv imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase +intl_DEPENDS= devel/pecl-intl ldap_DEPENDS= net/php${PHP_VER}-ldap mbstring_DEPENDS= converters/php${PHP_VER}-mbstring mcal_DEPENDS= misc/php${PHP_VER}-mcal |