summaryrefslogtreecommitdiff
path: root/mk/apache.mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-12-08 23:58:46 +0000
committerxtraeme <xtraeme>2006-12-08 23:58:46 +0000
commit2e122d641d4677ea434f689c15a49c5bd60f6555 (patch)
tree1c06bbc0a06807c2e67375b667e9d2164960d289 /mk/apache.mk
parentfb4b077219bfd1693ff390c1b152fce4421563ca (diff)
downloadpkgsrc-2e122d641d4677ea434f689c15a49c5bd60f6555.tar.gz
tyop
Diffstat (limited to 'mk/apache.mk')
-rw-r--r--mk/apache.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apache.mk b/mk/apache.mk
index 483ffb88a2e..9ef270bdad2 100644
--- a/mk/apache.mk
+++ b/mk/apache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.16 2006/12/08 23:33:15 xtraeme Exp $
+# $NetBSD: apache.mk,v 1.17 2006/12/08 23:58:46 xtraeme Exp $
#
# This file is meant to be included by packages that require an apache
# web server.
@@ -126,7 +126,7 @@ APACHE_PKG_PREFIX= ${_APACHE_PKG_PREFIX.${PKG_APACHE}}
.if (${PKG_APACHE} == "apache2") && !empty(USE_APR:M[yY][eE][sS])
. include "../../devel/apr/buildlink3.mk"
.else if (${PKG_APACHE} == "apache22") && !empty(USE_APR:M[Yy][Ee][Ss])
-. include "../../devel/apr22/buildlink3.mk"
+. include "../../devel/apr1/buildlink3.mk"
.endif
.endif # APACHE_MK