diff options
author | pat <pat@FreeBSD.org> | 2002-07-28 05:47:46 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-28 05:47:46 +0000 |
commit | cc426aa442eb203be716e1fe34ce3e7d35959b25 (patch) | |
tree | c728dfd169540f31bf8c1de0c071d0a82a80e0ea | |
parent | 536f0b01810ef5d9c23c854b0f3a0f68088dcc90 (diff) | |
download | FreeBSD-ports-cc426aa442eb203be716e1fe34ce3e7d35959b25.zip FreeBSD-ports-cc426aa442eb203be716e1fe34ce3e7d35959b25.tar.gz |
Bump shared library version because of devel/mm update
PR: ports/41053
Submitted by: Scott Lampert <scott@lampert.org>
-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 f16df54..b05d690 100644 --- a/devel/shmap/Makefile +++ b/devel/shmap/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= mm.11:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile index 6126d73..ff09e17 100644 --- a/russian/apache13-modssl/Makefile +++ b/russian/apache13-modssl/Makefile @@ -51,7 +51,7 @@ USE_OPENSSL= YES .include <bsd.port.pre.mk> -LIB_DEPENDS= mm.11:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm VERSION_APACHE= 1.3.26 VERSION_MODSSL= 2.8.10 diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index d7726f3..41e467a 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -30,7 +30,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= mm.11:${PORTSDIR}/devel/mm +LIB_DEPENDS= mm.12:${PORTSDIR}/devel/mm MASTER_SITES_MODSSL= http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ |