diff options
Diffstat (limited to 'net/pear-URI_Template')
-rw-r--r-- | net/pear-URI_Template/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-URI_Template/Makefile b/net/pear-URI_Template/Makefile index bfa7534d116b..4fef40c77bd8 100644 --- a/net/pear-URI_Template/Makefile +++ b/net/pear-URI_Template/Makefile @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Parser for URI Templates -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |