aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2000-08-30 23:09:34 +0000
committerBill Fenner <fenner@FreeBSD.org>2000-08-30 23:09:34 +0000
commitc4b3e179e52f977d145ed7004b53f779b4c4f018 (patch)
treee37941a647aba1891c1c982d594628e8af66c26b /www/mod_auth_mysql
parent90307f6d477126ce4c5af5a704060636694eaf47 (diff)
downloadports-c4b3e179e52f977d145ed7004b53f779b4c4f018.tar.gz
ports-c4b3e179e52f977d145ed7004b53f779b4c4f018.zip
Notes
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r--www/mod_auth_mysql/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile
index a84b84bf3d92..5abf4e954c07 100644
--- a/www/mod_auth_mysql/Makefile
+++ b/www/mod_auth_mysql/Makefile
@@ -22,6 +22,9 @@ APXS= ${LOCALBASE}/sbin/apxs
AP_PORT?= apache13
.if exists(${APXS})
+APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no
+.endif
+.if exists(${APXS}) && ${APXS_WORKS} != no
AP_TARGET!= ${APXS} -q TARGET
AP_SYSCONF!= ${APXS} -q SYSCONFDIR
AP_INCLUDE!= ${APXS} -q INCLUDEDIR