aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Text_Highlighter
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-26 09:17:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-26 09:17:25 +0000
commit141fb56f3402d0923635725810d2bcb12d8b5d15 (patch)
treedb0ac48f97efc0609691a9d2b1dbd5066533319a /textproc/pear-Text_Highlighter
parentb34b62504270f2292763071ad4b569292d128eab (diff)
downloadports-141fb56f3402d0923635725810d2bcb12d8b5d15.tar.gz
ports-141fb56f3402d0923635725810d2bcb12d8b5d15.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369312
Diffstat (limited to 'textproc/pear-Text_Highlighter')
-rw-r--r--textproc/pear-Text_Highlighter/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pear-Text_Highlighter/Makefile b/textproc/pear-Text_Highlighter/Makefile
index 6a9a221e2177..fae79bee9b0e 100644
--- a/textproc/pear-Text_Highlighter/Makefile
+++ b/textproc/pear-Text_Highlighter/Makefile
@@ -11,8 +11,6 @@ COMMENT= PEAR Syntax highlighting
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>