summaryrefslogtreecommitdiff
path: root/www/ap2-suphp
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-25 09:08:01 +0000
committerrillig <rillig>2006-06-25 09:08:01 +0000
commit32c9f59cbffbbfde4d5ce04766db8d5369bf14b6 (patch)
treeb8cac9fce32fed5f3ba2d28bd902d970a8af8a01 /www/ap2-suphp
parent86d2c2deb24ee851f1e1474afc892c2daae0479c (diff)
downloadpkgsrc-32c9f59cbffbbfde4d5ce04766db8d5369bf14b6.tar.gz
The full pathname to apxs is provided by www/apache2/buildlink3.mk, so
use it. This fixes builds where ${LOCALBASE}/sbin is not in the PATH.
Diffstat (limited to 'www/ap2-suphp')
-rw-r--r--www/ap2-suphp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-suphp/Makefile b/www/ap2-suphp/Makefile
index 881fda8b9dc..f46b2e267d3 100644
--- a/www/ap2-suphp/Makefile
+++ b/www/ap2-suphp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:18 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/25 09:08:01 rillig Exp $
#
DISTNAME= suphp-0.6.0
@@ -15,7 +15,7 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
GCC_REQD+= 3.0 # the C++ code uses the .at() method
-CONFIGURE_ARGS+= APXS=apxs
+CONFIGURE_ARGS+= APXS=${APXS}
CONFIGURE_ARGS+= --with-apache-user=${APACHE_USER:Q}
CONFIGURE_ARGS+= --with-logfile=${VARBASE}/httpd/suphp_log