aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20/Makefile.modules.3rd
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-05-22 17:09:42 +0800
committerclement <clement@FreeBSD.org>2005-05-22 17:09:42 +0800
commitf5e350c7e4b2b0d5cd2394737c6ce135ac176299 (patch)
tree6be74700625b9b44cd93436a13136561760d1fcd /www/apache20/Makefile.modules.3rd
parent9962d7156b7d56c8563fc334b64db97766934a7f (diff)
downloadfreebsd-ports-gnome-f5e350c7e4b2b0d5cd2394737c6ce135ac176299.tar.gz
freebsd-ports-gnome-f5e350c7e4b2b0d5cd2394737c6ce135ac176299.tar.zst
freebsd-ports-gnome-f5e350c7e4b2b0d5cd2394737c6ce135ac176299.zip
- Sync with www/apache2
Diffstat (limited to 'www/apache20/Makefile.modules.3rd')
-rw-r--r--www/apache20/Makefile.modules.3rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache20/Makefile.modules.3rd b/www/apache20/Makefile.modules.3rd
index cec8b9884052..6305ceffd39c 100644
--- a/www/apache20/Makefile.modules.3rd
+++ b/www/apache20/Makefile.modules.3rd
@@ -18,14 +18,14 @@ OVERRIDABLE_VARS= SRC_FILE MODULENAME SHORTMODNAME WRKSRC \
PKGNAMESUFFIX
-.if exists(${APXS_PREFIX}/include/apache2/http_core.h)
+.if exists(${LOCALBASE}/include/apache2/http_core.h)
WITH_APACHE2= YES
. if defined (WANT_APACHE)
. if ${WANT_APACHE} == 13
IGNORE= "This module require apache13 and you have apache2 installed"
. endif
. endif
-.elif exists(${APXS_PREFIX}/include/apache/http_core.h)
+.elif exists(${LOCALBASE}/include/apache/http_core.h)
WITH_APACHE13= YES
. if defined (WANT_APACHE)
. if ${WANT_APACHE} == 2