aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/mod_perl2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 929a3e44baf8..a2d40668e482 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -69,8 +69,8 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
.if exists(${LOCALBASE}/include/apr-1/apr.h)
APR_H= ${LOCALBASE}/include/apr-1/apr.h
APR_MAJ_V!= ${ECHO_CMD} `${LOCALBASE}/bin/apr-1-config --version | ${SED} -e 's,\..*,,'`
-.elif exists(${LOCALBASE}/include/apr/apr.h)
-APR_H= ${LOCALBASE}/include/apr/apr.h
+.elif exists(${LOCALBASE}/include/apr-0/apr.h)
+APR_H= ${LOCALBASE}/include/apr-0/apr.h
APR_MAJ_V!= ${ECHO_CMD} `${LOCALBASE}/bin/apr-config --version | ${SED} -e 's,\..*,,'`
.endif