diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-16 13:52:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-16 13:52:11 +0000 |
commit | 55cd7af66ea087baa1cfe46eb203a46514f24733 (patch) | |
tree | 263101ff813d0137818ba0c83e316107ebaa5762 /lang | |
parent | d0dbbe2ef0e1c5d66c1b9c5e21796e0bac4879cd (diff) | |
download | ports-55cd7af66ea087baa1cfe46eb203a46514f24733.tar.gz ports-55cd7af66ea087baa1cfe46eb203a46514f24733.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 12588c35907f..cf5ffee56db8 100644 --- a/lang/php53/Makefile +++ b/lang/php53/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 |