summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2006-12-09 08:24:10 +0000
committerwiz <wiz>2006-12-09 08:24:10 +0000
commita6019b02b51cd6d1fede86c80eeecd4e179d96be (patch)
treef6dfe1373973f1f2f021131e9c87f17e19345018 /mk
parent88d60458a5c52d069dbd103401e4a472ddf31f5b (diff)
downloadpkgsrc-a6019b02b51cd6d1fede86c80eeecd4e179d96be.tar.gz
".else if" -> ".elif", from David A. Holland in PR 35218.
Diffstat (limited to '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 9ef270bdad2..7269e0a604b 100644
--- a/mk/apache.mk
+++ b/mk/apache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.17 2006/12/08 23:58:46 xtraeme Exp $
+# $NetBSD: apache.mk,v 1.18 2006/12/09 08:24:10 wiz Exp $
#
# This file is meant to be included by packages that require an apache
# web server.
@@ -125,7 +125,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])
+.elif (${PKG_APACHE} == "apache22") && !empty(USE_APR:M[Yy][Ee][Ss])
. include "../../devel/apr1/buildlink3.mk"
.endif