pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May  6 14:04:41 UTC 2023

Modified Files:
        pkgsrc/lang/php: pear.mk

Log Message:
lang/php/pear.mk: do not include buildlink3.mk

PHP Pear packages are pure PHP, it should not require buildlink3.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/php/pear.mk

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

Modified files:

Index: pkgsrc/lang/php/pear.mk
diff -u pkgsrc/lang/php/pear.mk:1.32 pkgsrc/lang/php/pear.mk:1.33
--- pkgsrc/lang/php/pear.mk:1.32        Sun Aug 16 22:44:44 2020
+++ pkgsrc/lang/php/pear.mk     Sat May  6 14:04:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.32 2020/08/16 22:44:44 tnn Exp $
+# $NetBSD: pear.mk,v 1.33 2023/05/06 14:04:41 taca Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install pear packages.
@@ -88,6 +88,5 @@ do-install:
 .endif
 
 .include "../../lang/php/phpversion.mk"
-.include "${PHPPKGSRCDIR}/buildlink3.mk"
 
 .endif  # _PEAR_PACKAGE_MK



Home | Main Index | Thread Index | Old Index