diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 14:14:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 14:14:19 +0000 |
commit | 427938c0ffd5ba0c6b1e45cff4490585459f12a6 (patch) | |
tree | 0e4dc81cc360a9a3db5cc22bbec6952018cef4d2 /databases/pear-DoctrineORM | |
parent | 71344a20489f06a4196155c87a5512705c1e5325 (diff) |
Notes
Diffstat (limited to 'databases/pear-DoctrineORM')
-rw-r--r-- | databases/pear-DoctrineORM/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/pear-DoctrineORM/Makefile b/databases/pear-DoctrineORM/Makefile index 9efe4d5791f6..21fda593ec2b 100644 --- a/databases/pear-DoctrineORM/Makefile +++ b/databases/pear-DoctrineORM/Makefile @@ -18,9 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/deve ${PEARDIR}/Symfony/Component/Console/Application.php:${PORTSDIR}/devel/pear-Symfony_Component_Console \ ${PEARDIR}/Symfony/Component/Yaml/Yaml.php:${PORTSDIR}/textproc/pear-Symfony_Component_Yaml +USES= pear PEAR_CHANNEL= doctrine -PEAR_AUTOINSTALL= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |