diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-05 17:24:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-05 17:24:06 +0000 |
commit | 387cf483e92ae0712c0592f98ac4ff1cf9a8db7e (patch) | |
tree | 82512dc463f9f95e975ab8d2f5a3f17143e4bd91 /lang/php5 | |
parent | 667daa19d1273859d0445ad154fc65d0624297ce (diff) | |
download | pkgsrc-387cf483e92ae0712c0592f98ac4ff1cf9a8db7e.tar.gz |
Specify explicitly where openssl can be found.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.php | 4 |
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 |