diff options
author | epg <epg@pkgsrc.org> | 2007-01-24 19:48:44 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2007-01-24 19:48:44 +0000 |
commit | eba06314388760c55c727fda1480919b092cc0be (patch) | |
tree | eb000bae6d7d36901630df3a6bbfeadc6ad6e062 /mk | |
parent | a9b77b7610bfa7b71a60c8b2acb63a158684685c (diff) | |
download | pkgsrc-eba06314388760c55c727fda1480919b092cc0be.tar.gz |
Oops, this was meant to go in with the rest of the apr changes.
Use devel/apr0 for apache2 and devel/apr and devel/apr-util for apache22.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/apache.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/apache.mk b/mk/apache.mk index 7269e0a604b..eaa0cbab994 100644 --- a/mk/apache.mk +++ b/mk/apache.mk @@ -1,4 +1,4 @@ -# $NetBSD: apache.mk,v 1.18 2006/12/09 08:24:10 wiz Exp $ +# $NetBSD: apache.mk,v 1.19 2007/01/24 19:48:44 epg Exp $ # # This file is meant to be included by packages that require an apache # web server. @@ -124,9 +124,10 @@ PKG_APACHE= none APACHE_PKG_PREFIX= ${_APACHE_PKG_PREFIX.${PKG_APACHE}} .if (${PKG_APACHE} == "apache2") && !empty(USE_APR:M[yY][eE][sS]) -. include "../../devel/apr/buildlink3.mk" +. include "../../devel/apr0/buildlink3.mk" .elif (${PKG_APACHE} == "apache22") && !empty(USE_APR:M[Yy][Ee][Ss]) -. include "../../devel/apr1/buildlink3.mk" +. include "../../devel/apr/buildlink3.mk" +. include "../../devel/apr-util/buildlink3.mk" .endif .endif # APACHE_MK |