diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 09:05:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 09:05:00 +0800 |
commit | 486167dabca1b969e13e10bb502cfc325f686fad (patch) | |
tree | 32659c84a76fd3bf7373bc7820267d9831fae7fa /www/mod_php3 | |
parent | 639abda71b3b161e678808e69f00ad92ea464093 (diff) | |
download | freebsd-ports-gnome-486167dabca1b969e13e10bb502cfc325f686fad.tar.gz freebsd-ports-gnome-486167dabca1b969e13e10bb502cfc325f686fad.tar.zst freebsd-ports-gnome-486167dabca1b969e13e10bb502cfc325f686fad.zip |
BROKEN: Conflicting dependencies (mysql 3.x and 4.x)
Approved by: portmgr (self)
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index f33093fb451e..5e02c57c7b6f 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -20,6 +20,8 @@ PATCHFILES= mime.c.diff-3.0.gz MAINTAINER= apache@FreeBSD.org COMMENT?= PHP3 module for Apache +BROKEN= "Conflicting dependencies (mysql 3.x and 4.x)" + .if !defined(STANDALONE) USE_APACHE= yes .endif |