From 24ed4b55bce30415ed9b2435e024a9b65ac5787c Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 18 Sep 2005 22:29:16 +0000 Subject: [PATCH] - Hook www/apache20 to the build. It fixes some errors in INDEX build with exp build Reported by: kris --- www/Makefile | 1 + www/apache20/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/Makefile b/www/Makefile index c779671c07b3..ab52c8c02eaf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -28,6 +28,7 @@ SUBDIR += apache13-modssl+ipv6 SUBDIR += apache13-ssl SUBDIR += apache2 + SUBDIR += apache20 SUBDIR += apache21 SUBDIR += arena SUBDIR += aria diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 3d78739b5f57..a200c77dd2b9 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -23,7 +23,7 @@ COMMENT?= Version 2 of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 -LATEST_LINK= apache2 +LATEST_LINK= apache20 CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \