summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-10-21 10:31:18 +0000
committertron <tron@pkgsrc.org>2005-10-21 10:31:18 +0000
commit8aed0196817bc6bf29de303e6c296305a4785d40 (patch)
treea48759d3898be26c75a504b5a4831a7e92acf550 /www
parent875427c8a52fa6adc929043e92629d2b70b4d106 (diff)
downloadpkgsrc-8aed0196817bc6bf29de303e6c296305a4785d40.tar.gz
Require at least version 0.9.7.2.0.55 of the "apr" package because
Apache 2.0.55 won't work with older versions. Bump package revision because of this dependence change. This fixes PR pkg/31872 by Carl Brewer.
Diffstat (limited to 'www')
-rw-r--r--www/apache2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index e71647731ca..96b839d1c2f 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2005/10/17 10:28:46 tron Exp $
+# $NetBSD: Makefile,v 1.85 2005/10/21 10:31:18 tron Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
+PKGREVISION= 1
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/
@@ -27,6 +28,8 @@ CONFIGURE_ENV+= perlbin=${PERL5:Q}
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr}
+BUILDLINK_DEPENDS.apr= apr>=0.9.7.2.0.55
+
.include "../../mk/bsd.prefs.mk"
.include "../../devel/apr/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"