diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-26 17:30:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-26 17:30:02 +0800 |
commit | c018d9502b2e25c4a32f1098a6a117292a885f8c (patch) | |
tree | 8a4277862b7080757d8345c99de7dceaa80c7220 /www/pear-twig | |
parent | b0766e3be627fbcf247a01e55d5a4db35db019b3 (diff) | |
download | freebsd-ports-gnome-c018d9502b2e25c4a32f1098a6a117292a885f8c.tar.gz freebsd-ports-gnome-c018d9502b2e25c4a32f1098a6a117292a885f8c.tar.zst freebsd-ports-gnome-c018d9502b2e25c4a32f1098a6a117292a885f8c.zip |
Convert to USES=pear
Diffstat (limited to 'www/pear-twig')
-rw-r--r-- | www/pear-twig/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/pear-twig/Makefile b/www/pear-twig/Makefile index 5a1bc4121eab..3b084c8fab8b 100644 --- a/www/pear-twig/Makefile +++ b/www/pear-twig/Makefile @@ -15,12 +15,10 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig RUN_DEPENDS= ${PEARDIR}/.channels/pear.twig-project.org.reg:${PORTSDIR}/devel/pear-channel-twig +USES= pear PEAR_CHANNEL= twig -PEAR_AUTOINSTALL= yes USE_PHP= ctype hash WANT_PHP_CLI= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |