pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 The option is named "PHP4_CONFIGURE_ARGS", no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f828d3234422
branches:  trunk
changeset: 474208:f828d3234422
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 26 08:35:22 2004 +0000

description:
The option is named "PHP4_CONFIGURE_ARGS", not "PHP5_...".

diffstat:

 www/php4/Makefile.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 61c20ae1fcac -r f828d3234422 www/php4/Makefile.php
--- a/www/php4/Makefile.php     Mon Apr 26 08:01:20 2004 +0000
+++ b/www/php4/Makefile.php     Mon Apr 26 08:35:22 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index