diff options
author | joerg <joerg> | 2007-06-10 06:14:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-10 06:14:18 +0000 |
commit | f2bb548f40bdfcae45622d5febb2b984a672f5df (patch) | |
tree | 79cec99cd41a37931907852a291a0908e01158b3 /www/apache2 | |
parent | f19036f9323fa291475cf329fba29b52e52214db (diff) | |
download | pkgsrc-f2bb548f40bdfcae45622d5febb2b984a672f5df.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/Makefile | 4 |
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" |