summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorseb <seb>2005-10-23 09:48:01 +0000
committerseb <seb>2005-10-23 09:48:01 +0000
commit4964a37df6d179442d6a929a2df778c0a34980c8 (patch)
tree5b09288d55ce37058ab4b98876ed9afe2c7f1bd7 /www
parent426bb9e2093b1963a1b5c6842cc3fcae3e9fb966 (diff)
downloadpkgsrc-4964a37df6d179442d6a929a2df778c0a34980c8.tar.gz
Pullup ticket 845 - requested by Matthias Scheler
Fix possible build problem for www/apache2 Revisions pulled up: - pkgsrc/www/apache2/Makefile 1.85 Module Name: pkgsrc Committed By: tron Date: Fri Oct 21 10:31:18 UTC 2005 Modified Files: pkgsrc/www/apache2: Makefile Log Message: 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 17bdab85453..ec02ae83674 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.82.2.1 2005/10/18 21:21:27 seb Exp $
+# $NetBSD: Makefile,v 1.82.2.2 2005/10/23 09:48:01 seb 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"