summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-10 06:14:18 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-10 06:14:18 +0000
commit882595b75d7e9a64805913e5dda16f8e2323e1ba (patch)
tree79cec99cd41a37931907852a291a0908e01158b3 /www/apache2
parentef7b415259e80389aebe7d76b4cdf480db62870c (diff)
downloadpkgsrc-882595b75d7e9a64805913e5dda16f8e2323e1ba.tar.gz
Reorder include of devel/apr0/b3.mk to be before the refining
dependency is added, as the wildcard pattern in apr0 is necessary to pick the right version of APR.
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 4c2352aa980..486d2c9f901 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2007/06/08 12:25:06 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2007/06/10 06:14:18 joerg Exp $
.include "Makefile.common"
@@ -26,6 +26,7 @@ CONFIGURE_ENV+= perlbin=${PERL5:Q}
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr}
+.include "../../devel/apr0/buildlink3.mk"
BUILDLINK_API_DEPENDS.apr+= apr>=0.9.12.2.0.58
# the following must be set before bsd.prefs.mk in order to make += work
@@ -35,7 +36,6 @@ BUILDLINK_API_DEPENDS.apr+= apr>=0.9.12.2.0.58
APACHE_MODULES?= ${DFLT_APACHE_MODULES}
.include "../../mk/bsd.prefs.mk"
-.include "../../devel/apr0/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"