diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-29 04:38:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-29 04:38:13 +0800 |
commit | bf35f9b37d33eaa0936bf6bdcd45b93485d52316 (patch) | |
tree | 7773908c21feec7f1ec0fbd29e5a1a0fd7c6bfce /www | |
parent | 33f12db56474797dadfa4da7686d9f1d21eae122 (diff) | |
download | freebsd-ports-gnome-bf35f9b37d33eaa0936bf6bdcd45b93485d52316.tar.gz freebsd-ports-gnome-bf35f9b37d33eaa0936bf6bdcd45b93485d52316.tar.zst freebsd-ports-gnome-bf35f9b37d33eaa0936bf6bdcd45b93485d52316.zip |
Mark IGNORE: cannot be packaged on the compilation cluster, because it
depends on packages which are built against PHP4.
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-php5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/horde-php5/Makefile b/www/horde-php5/Makefile index 95642862830a..b9846a1af775 100644 --- a/www/horde-php5/Makefile +++ b/www/horde-php5/Makefile @@ -7,6 +7,8 @@ MASTERDIR= ${.CURDIR}/../horde +IGNORE= "Cannot package: conflict between PHP4 and PHP5" + DEFAULT_PHP_VER= 5 WITH_PHP5= yes |