summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-04 21:16:30 +0000
committertv <tv@pkgsrc.org>2005-11-04 21:16:30 +0000
commit8b005ab5ac68b1002763ab324fd91738cb47b4af (patch)
treead37f0b4d74acefc25b26915b7dc6918e904b447 /www
parentc3671de7c4e619caa3277f30cc8a0f6938368c0b (diff)
downloadpkgsrc-8b005ab5ac68b1002763ab324fd91738cb47b4af.tar.gz
Use --with-openssl=${BUILDLINK_PREFIX.openssl} to specify real path
so that configure won't try to run the (possibly not installed) pkg-config.
Diffstat (limited to 'www')
-rw-r--r--www/php4/Makefile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php
index 5729687485d..6f4a8c86f39 100644
--- a/www/php4/Makefile.php
+++ b/www/php4/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.30 2005/11/01 23:12:15 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.31 2005/11/04 21:16:30 tv Exp $
.include "../../www/php4/Makefile.common"
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-openssl
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
.else
CONFIGURE_ARGS+= --without-openssl
.endif