From d15369e7d63ad896e3352fb4e2e293de2b7b556e Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 26 Apr 2004 08:35:22 +0000 Subject: The option is named "PHP4_CONFIGURE_ARGS", not "PHP5_...". --- www/php4/Makefile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index fcac003801c..e40d1eec4f8 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.12 2004/04/24 23:03:25 xtraeme Exp $ +# $NetBSD: Makefile.php,v 1.13 2004/04/26 08:35:22 jlam Exp $ .include "../../www/php4/Makefile.common" @@ -41,6 +41,6 @@ CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}" BUILD_DEFS+= USE_SSL .if defined(USE_SSL) && !empty(USE_SSL:M[Yy][Ee][Ss]) -PHP5_CONFIGURE_ARGS+= --with-openssl +PHP4_CONFIGURE_ARGS+= --with-openssl .include "../../security/openssl/buildlink3.mk" .endif -- cgit v1.2.3