diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-09-08 13:43:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-09-08 13:43:23 +0800 |
commit | dfade15199986fd66978f647a4ec8aa3f770306d (patch) | |
tree | f8d68a094a1c557fb5ea5d94da0587d3cabf90d2 /www/apache13-modssl | |
parent | d7519f649412bafec54fb8e1edd58bcee087ab92 (diff) | |
download | freebsd-ports-gnome-dfade15199986fd66978f647a4ec8aa3f770306d.tar.gz freebsd-ports-gnome-dfade15199986fd66978f647a4ec8aa3f770306d.tar.zst freebsd-ports-gnome-dfade15199986fd66978f647a4ec8aa3f770306d.zip |
- unbreak updated dependency (devel/mm)
Submitted by: Michael Voucko
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 3064346a7ece..87843ad429dc 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache+mod_ssl PORTVERSION= ${VERSION_APACHE}+${VERSION_MODSSL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= www security MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \ @@ -30,7 +30,7 @@ PATCHFILES+= apache-1.3.32modssl-v6-20041023.diff.gz MAINTAINER= dinoex@FreeBSD.org COMMENT?= The Apache 1.3 webserver with SSL/TLS functionality -LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm PATCH_DEPENDS= ${BUILD_DEPENDS} CONFLICTS?= apache+ipv6-1.* apache+ssl-1.* apache-1.* apache-2.* \ |