diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-23 23:15:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-23 23:15:04 +0800 |
commit | fcfe156115f9459697c25acf4cec2ffb924dd23c (patch) | |
tree | a4e3c1980b4c9585c313b5bef6a2960ed45f7559 /devel/pear-htmlpurifier | |
parent | e5257a092509b238dae9b4db039ee983ed9a04a4 (diff) | |
download | freebsd-ports-gnome-fcfe156115f9459697c25acf4cec2ffb924dd23c.tar.gz freebsd-ports-gnome-fcfe156115f9459697c25acf4cec2ffb924dd23c.tar.zst freebsd-ports-gnome-fcfe156115f9459697c25acf4cec2ffb924dd23c.zip |
Convert to USES=pear
Diffstat (limited to 'devel/pear-htmlpurifier')
-rw-r--r-- | devel/pear-htmlpurifier/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/pear-htmlpurifier/Makefile b/devel/pear-htmlpurifier/Makefile index 109be64ae5a1..744d01d27a02 100644 --- a/devel/pear-htmlpurifier/Makefile +++ b/devel/pear-htmlpurifier/Makefile @@ -16,11 +16,9 @@ COMMENT= PHP HTML filter library LICENSE= LGPL21 BUILD_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:${PORTSDIR}/devel/pear-channel-htmlpurifier -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/.channels/htmlpurifier.org.reg:${PORTSDIR}/devel/pear-channel-htmlpurifier PEAR_CHANNEL= htmlpurifier.org -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> |