summaryrefslogtreecommitdiff
path: root/Mk/bsd.php.mk
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-11-26 13:34:09 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-11-26 13:34:09 +0000
commit575309e3ee2cf78d2375900e17d6e6283573079e (patch)
treedc32b10838859f6f283bf000f8e5191245649f3e /Mk/bsd.php.mk
parent- Update to 0.19.6 (diff)
Add an entry for pecl-intl.
PR: ports/152588 Submitted by: wen
Notes
Notes: svn path=/head/; revision=265178
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r--Mk/bsd.php.mk3
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