From a1993564e04f29ecbaa05be740547c8677d423cd Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 8 Mar 2018 19:48:41 +0000 Subject: Introduce PHP flavors. Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 --- devel/pear-XML_Serializer/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/pear-XML_Serializer/Makefile') diff --git a/devel/pear-XML_Serializer/Makefile b/devel/pear-XML_Serializer/Makefile index 1613d1123d20..7770585788c9 100644 --- a/devel/pear-XML_Serializer/Makefile +++ b/devel/pear-XML_Serializer/Makefile @@ -10,10 +10,10 @@ COMMENT= PEAR Swiss-army knive for reading and writing XML files LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \ - ${PEARDIR}/XML/Util.php:devel/pear-XML_Util -RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \ - ${PEARDIR}/XML/Util.php:devel/pear-XML_Util +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \ + ${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR} +RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \ + ${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR} USES= pear -- cgit v1.2.3