aboutsummaryrefslogtreecommitdiff
path: root/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
parentc1c871199d6c7b243f0a4a7f8479869cdc81deb6 (diff)
downloadports-575309e3ee2cf78d2375900e17d6e6283573079e.tar.gz
ports-575309e3ee2cf78d2375900e17d6e6283573079e.zip
Notes
Diffstat (limited to '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