diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-01 19:50:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-01 19:50:42 +0800 |
commit | 3fa4a8c1b65098d4cfa5bb44756b337a78a90745 (patch) | |
tree | 0e978cbaa43965c88743cfe824dcb6fa311b8f9b /Mk | |
parent | 9288fa84f55daa78d3c9afa0049624ce2e4130bb (diff) | |
download | freebsd-ports-gnome-3fa4a8c1b65098d4cfa5bb44756b337a78a90745.tar.gz freebsd-ports-gnome-3fa4a8c1b65098d4cfa5bb44756b337a78a90745.tar.zst freebsd-ports-gnome-3fa4a8c1b65098d4cfa5bb44756b337a78a90745.zip |
- Update USE_PHP=igbinary
Reported by: Jeremy Johnston <jeremy@stormy.smart-serv.net>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 55a5ddaa4be9..b71083dfe058 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -311,7 +311,7 @@ gettext_DEPENDS=devel/php${PHP_VER}-gettext gmp_DEPENDS= math/php${PHP_VER}-gmp hash_DEPENDS= security/php${PHP_VER}-hash iconv_DEPENDS= converters/php${PHP_VER}-iconv -igbinary_DEPENDS= converters/igbinary +igbinary_DEPENDS= converters/pecl-igbinary imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase intl_DEPENDS= devel/pecl-intl |