From c7e0cc6e7e1c5f06cb7f3d34efe62979df9f66e4 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 26 Nov 2010 13:34:09 +0000 Subject: Add an entry for pecl-intl. PR: ports/152588 Submitted by: wen --- Mk/bsd.php.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mk/bsd.php.mk') 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 -- cgit