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 --- textproc/pear-Symfony_Component_Yaml/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'textproc/pear-Symfony_Component_Yaml/Makefile') diff --git a/textproc/pear-Symfony_Component_Yaml/Makefile b/textproc/pear-Symfony_Component_Yaml/Makefile index 22f23513f1c2..17bc70bec7df 100644 --- a/textproc/pear-Symfony_Component_Yaml/Makefile +++ b/textproc/pear-Symfony_Component_Yaml/Makefile @@ -5,7 +5,7 @@ PORTNAME= Yaml PORTVERSION= 2.4.4 CATEGORIES= textproc pear MASTER_SITES= http://pear.symfony.com/get/ -PKGNAMEPREFIX= pear-Symfony_Component_ +PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}Symfony_Component_ DIST_SUBDIR= Symfony2 MAINTAINER= joneum@FreeBSD.org @@ -13,9 +13,6 @@ COMMENT= Symfony2 Yaml Component LICENSE= MIT -BUILD_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2 -RUN_DEPENDS= ${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2 - USES= pear PEAR_CHANNEL= symfony2 -- cgit v1.2.3