diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
commit | 141fb56f3402d0923635725810d2bcb12d8b5d15 (patch) | |
tree | db0ac48f97efc0609691a9d2b1dbd5066533319a /textproc/pear-Symfony_Component_Yaml | |
parent | b34b62504270f2292763071ad4b569292d128eab (diff) | |
download | ports-141fb56f3402d0923635725810d2bcb12d8b5d15.tar.gz ports-141fb56f3402d0923635725810d2bcb12d8b5d15.zip |
Notes
Diffstat (limited to 'textproc/pear-Symfony_Component_Yaml')
-rw-r--r-- | textproc/pear-Symfony_Component_Yaml/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pear-Symfony_Component_Yaml/Makefile b/textproc/pear-Symfony_Component_Yaml/Makefile index 6b96a4a87d33..839c31c7fb0f 100644 --- a/textproc/pear-Symfony_Component_Yaml/Makefile +++ b/textproc/pear-Symfony_Component_Yaml/Makefile @@ -11,8 +11,6 @@ COMMENT= Symfony2 Yaml Component LICENSE= MIT -IGNORE_WITH_PHP=52 +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |