pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/php-http www/php-http: fix build problem



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed8675be0ad5
branches:  trunk
changeset: 448328:ed8675be0ad5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 07 13:31:49 2021 +0000

description:
www/php-http: fix build problem

This package require converters/php-iconv.

diffstat:

 www/php-http/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 48bb4eaa6094 -r ed8675be0ad5 www/php-http/Makefile
--- a/www/php-http/Makefile     Sun Mar 07 13:21:56 2021 +0000
+++ b/www/php-http/Makefile     Sun Mar 07 13:31:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/05/27 19:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2021/03/07 13:31:49 taca Exp $
 
 MODNAME=               http
 PECL_VERSION=          2.6.0
@@ -43,5 +43,6 @@
 .include "../../sysutils/file/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../www/php-propro/buildlink3.mk"
+.include "../../converters/php-iconv/buildlink3.mk"
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index