summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-05 17:24:06 +0000
committerminskim <minskim>2006-06-05 17:24:06 +0000
commit05b821e5d943a76bbb66d32f8acdf144c7bb253f (patch)
tree82512dc463f9f95e975ab8d2f5a3f17143e4bd91 /lang
parent90a876e0458cc7ee3f12d0ce058a6285a146ffb9 (diff)
downloadpkgsrc-05b821e5d943a76bbb66d32f8acdf144c7bb253f.tar.gz
Specify explicitly where openssl can be found.
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php
index d76537d4344..a80b152f4e0 100644
--- a/lang/php5/Makefile.php
+++ b/lang/php5/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.18 2006/04/14 13:47:29 cube Exp $
+# $NetBSD: Makefile.php,v 1.19 2006/06/05 17:24:06 minskim Exp $
#
.include "../../lang/php5/Makefile.common"
@@ -53,7 +53,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