pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-http



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  7 13:31:49 UTC 2021

Modified Files:
        pkgsrc/www/php-http: Makefile

Log Message:
www/php-http: fix build problem

This package require converters/php-iconv.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/php-http/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-http/Makefile
diff -u pkgsrc/www/php-http/Makefile:1.28 pkgsrc/www/php-http/Makefile:1.29
--- pkgsrc/www/php-http/Makefile:1.28   Wed May 27 19:37:44 2020
+++ pkgsrc/www/php-http/Makefile        Sun Mar  7 13:31:49 2021
@@ -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 @@ post-extract:
 .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