diff options
-rw-r--r-- | www/apache13-modssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index a251d7a91d44..98161d3c5e52 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -21,8 +21,9 @@ COMMENT= The Apache 1.3 webserver with SSL/TLS functionality LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm PATCH_DEPENDS= ${BUILD_DEPENDS} -CONFLICTS?= apache+ipv6-1.* apache+ssl-1.* apache-1.* apache-2.* apache_fp-1.* \ - caudium-devel-1.* caudium10-1.* caudium12-* ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* +CONFLICTS?= apache+ipv6-1.* apache+ssl-1.* apache-1.* apache-2.* \ + apache_fp-1.* caudium-devel-1.* caudium10-1.* caudium12-* \ + ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* w3c-httpd-3.* VERSION_APACHE= 1.3.28 VERSION_MODSSL= 2.8.15 USE_OPENSSL= yes |