diff options
author | ale <ale@FreeBSD.org> | 2008-12-11 17:08:24 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-12-11 17:08:24 +0800 |
commit | 6f7055efb9183f1b165d4b428aa8a7102749dc4e (patch) | |
tree | c2cc018df9897877a88322ae98f7dc017f12970f /Mk/bsd.php.mk | |
parent | c920ec63cb22955c0c7687835ca25b316e745768 (diff) | |
download | freebsd-ports-gnome-6f7055efb9183f1b165d4b428aa8a7102749dc4e.tar.gz freebsd-ports-gnome-6f7055efb9183f1b165d4b428aa8a7102749dc4e.tar.zst freebsd-ports-gnome-6f7055efb9183f1b165d4b428aa8a7102749dc4e.zip |
Point to new ports for php5.
Diffstat (limited to 'Mk/bsd.php.mk')
-rw-r--r-- | Mk/bsd.php.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index fbd24593bebb..4747504a76ac 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -267,17 +267,15 @@ domxml_DEPENDS= textproc/php${PHP_VER}-domxml exif_DEPENDS= graphics/php${PHP_VER}-exif fileinfo_DEPENDS= sysutils/pecl-fileinfo filepro_DEPENDS=databases/php${PHP_VER}-filepro -filter_DEPENDS= security/pecl-filter +filter_DEPENDS= security/php${PHP_VER}-filter fribidi_DEPENDS=converters/pecl-fribidi ftp_DEPENDS= ftp/php${PHP_VER}-ftp gd_DEPENDS= graphics/php${PHP_VER}-gd gettext_DEPENDS=devel/php${PHP_VER}-gettext gmp_DEPENDS= math/php${PHP_VER}-gmp -hash_DEPENDS= security/pecl-hash iconv_DEPENDS= converters/php${PHP_VER}-iconv imap_DEPENDS= mail/php${PHP_VER}-imap interbase_DEPENDS= databases/php${PHP_VER}-interbase -json_DEPENDS= devel/pecl-json ldap_DEPENDS= net/php${PHP_VER}-ldap mbstring_DEPENDS= converters/php${PHP_VER}-mbstring mcal_DEPENDS= misc/php${PHP_VER}-mcal @@ -332,8 +330,16 @@ xsl_DEPENDS= textproc/php${PHP_VER}-xsl xslt_DEPENDS= textproc/php${PHP_VER}-xslt yaz_DEPENDS= net/pecl-yaz yp_DEPENDS= net/php${PHP_VER}-yp -zip_DEPENDS= archivers/pecl-zip zlib_DEPENDS= archivers/php${PHP_VER}-zlib +.if ${PHP_VER} == 4 +hash_DEPENDS= security/pecl-hash +json_DEPENDS= devel/pecl-json +zip_DEPENDS= archivers/pecl-zip +.else +hash_DEPENDS= security/php${PHP_VER}-hash +json_DEPENDS= devel/php${PHP_VER}-json +zip_DEPENDS= archivers/php${PHP_VER}-zip +.endif . for extension in ${USE_PHP} . if ${_USE_PHP_VER${PHP_VER}:M${extension}} != "" |