diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-25 07:03:06 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-07-25 07:03:06 +0000 |
commit | bdeacbacc90e9397eafc1367bc384cec0c0d2d0a (patch) | |
tree | 5533537b05ecb93d2e7ed308d4cf36c651ce805f | |
parent | 61ea1ef93dd272c3e506e815fe7c5437329c1a3e (diff) |
Notes
-rw-r--r-- | devel/shmap/Makefile | 2 | ||||
-rw-r--r-- | russian/apache13-modssl/Makefile | 2 | ||||
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile index c8797c48d711..f1a69b189353 100644 --- a/devel/shmap/Makefile +++ b/devel/shmap/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Shared-memory-based hashmaps -LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile index e7add3db7a1a..54733444b33b 100644 --- a/russian/apache13-modssl/Makefile +++ b/russian/apache13-modssl/Makefile @@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= lev@FreeBSD.org COMMENT= The Russian Apache webserver with SSL/TLS functionality -LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 719b3d407d57..0c87f8ef4a58 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= The Apache 1.3 webserver with SSL/TLS functionality -LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.13:${PORTSDIR}/devel/mm MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ |