diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-14 23:47:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-14 23:47:28 +0800 |
commit | 31e9ea96819f40595b47d34d631e16c070c55c24 (patch) | |
tree | 453d1648cd1f70e62ce7ff23719e1146f609c3cd /www/apache2/Makefile | |
parent | faa8c9ff1534bb6705089382d1268f3a6bd7b1e8 (diff) | |
download | freebsd-ports-gnome-31e9ea96819f40595b47d34d631e16c070c55c24.tar.gz freebsd-ports-gnome-31e9ea96819f40595b47d34d631e16c070c55c24.tar.zst freebsd-ports-gnome-31e9ea96819f40595b47d34d631e16c070c55c24.zip |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index bd01b4db945b..13273027dd1a 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -18,6 +18,9 @@ COMMENT?= Version 2 of the extremely popular Apache http server LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +CONFLICTS= apache+ipv6-1.* apache+modssl-1.* apache+ssl-1.* apache-1.* apache_fp-1.* \ + caudium-devel-1.* caudium10-1.* caudium12-* \ + ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* LATEST_LINK= apache2 WITH_MPM?= prefork # or worker, perchild |