aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-19 18:45:03 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-19 18:45:03 +0000
commit8a1d6540cb5ffb4b48901a5ede2ff2ff53bf34ea (patch)
treeb7789d4226c89bbb5c22eaad8076279a1d125d31 /www/mod_perl2
parent272f81bc16e62f5539c750ca8bc2511cc1574735 (diff)
downloadports-8a1d6540cb5ffb4b48901a5ede2ff2ff53bf34ea.tar.gz
ports-8a1d6540cb5ffb4b48901a5ede2ff2ff53bf34ea.zip
- Update for devel/apr0 conversion
- as the default is www/apache20+devel/apr0 this package hasn't built yet so no PORTREVISION Bump. Reported by: QAT Forgotten by: pgollucci (myself)
Notes
Notes: svn path=/head/; revision=254605
Diffstat (limited to 'www/mod_perl2')
-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