summaryrefslogtreecommitdiff
path: root/www/php4
diff options
context:
space:
mode:
authortv <tv>2005-11-04 21:16:30 +0000
committertv <tv>2005-11-04 21:16:30 +0000
commita3425bcf0e795ac5e7214f0b8cbb67fbed117d6e (patch)
treead37f0b4d74acefc25b26915b7dc6918e904b447 /www/php4
parent7b76d9f8bbe214839562073ac4e2f3366c42cc69 (diff)
downloadpkgsrc-a3425bcf0e795ac5e7214f0b8cbb67fbed117d6e.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/php4')
-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