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: Tue Jun 13 14:43:49 UTC 2023
Modified Files:
pkgsrc/lang/php: phpversion.mk
Log Message:
lang/php: properly passing PHP_VERSION_REQD
Properly passing PHP_VERSION_REQD, fixing some dependency problem noted by
wen@ via private mail.
To generate a diff of this commit:
cvs rdiff -u -r1.400 -r1.401 pkgsrc/lang/php/phpversion.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/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.400 pkgsrc/lang/php/phpversion.mk:1.401
--- pkgsrc/lang/php/phpversion.mk:1.400 Fri Jun 9 13:18:55 2023
+++ pkgsrc/lang/php/phpversion.mk Tue Jun 13 14:43:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.400 2023/06/09 13:18:55 taca Exp $
+# $NetBSD: phpversion.mk,v 1.401 2023/06/13 14:43:49 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -245,4 +245,6 @@ PKG_FAIL_REASON+= "${PKGBASE} requires $
.endif
.endif
+MAKEFLAGS+= PHP_VERSION_REQD=${PHP_VERSION_REQD}
+
.endif # PHPVERSION_MK
Home |
Main Index |
Thread Index |
Old Index