aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DoctrineCommon
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 14:14:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 14:14:19 +0000
commit427938c0ffd5ba0c6b1e45cff4490585459f12a6 (patch)
tree0e4dc81cc360a9a3db5cc22bbec6952018cef4d2 /databases/pear-DoctrineCommon
parent71344a20489f06a4196155c87a5512705c1e5325 (diff)
downloadports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.tar.gz
ports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.zip
Convert to USES=pear
Use options helpers
Notes
Notes: svn path=/head/; revision=369062
Diffstat (limited to 'databases/pear-DoctrineCommon')
-rw-r--r--databases/pear-DoctrineCommon/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/pear-DoctrineCommon/Makefile b/databases/pear-DoctrineCommon/Makefile
index 55d5e540b5e2..f9cb020a80ab 100644
--- a/databases/pear-DoctrineCommon/Makefile
+++ b/databases/pear-DoctrineCommon/Makefile
@@ -14,9 +14,7 @@ LICENSE= LGPL21
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine
RUN_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine
+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>