aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-twig
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-26 17:30:02 +0800
committerbapt <bapt@FreeBSD.org>2014-09-26 17:30:02 +0800
commitc018d9502b2e25c4a32f1098a6a117292a885f8c (patch)
tree8a4277862b7080757d8345c99de7dceaa80c7220 /www/pear-twig
parentb0766e3be627fbcf247a01e55d5a4db35db019b3 (diff)
downloadfreebsd-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/Makefile6
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>