pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache2 Reorder include of devel/apr0/b3.mk to be ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b382f47985f0
branches:  trunk
changeset: 529751:b382f47985f0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 10 06:14:18 2007 +0000

description:
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:

 www/apache2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ec03d3c5d60b -r b382f47985f0 www/apache2/Makefile
--- a/www/apache2/Makefile      Sun Jun 10 04:56:47 2007 +0000
+++ b/www/apache2/Makefile      Sun Jun 10 06:14:18 2007 +0000
@@ -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_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 @@
 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"
 



Home | Main Index | Thread Index | Old Index