diff options
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 12588c35907f..cf5ffee56db8 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -42,7 +42,7 @@ OPTIONS= CLI "Build CLI version" on \ IPV6 "Enable ipv6 support" on \ MAILHEAD "Enable mail header patch" off -CONFLICTS= php4-4* +CONFLICTS= php4-4* php5-pcre-* php5-spl-* MAN1= php-config.1 phpize.1 |