diff options
Diffstat (limited to 'textproc/pear-Text_Template')
-rw-r--r-- | textproc/pear-Text_Template/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/pear-Text_Template/Makefile b/textproc/pear-Text_Template/Makefile index 11306a50daf3..a1a753499276 100644 --- a/textproc/pear-Text_Template/Makefile +++ b/textproc/pear-Text_Template/Makefile @@ -10,14 +10,10 @@ PKGNAMEPREFIX= pear- MAINTAINER= miwi@FreeBSD.org COMMENT= Simple template engine -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +USES= pear PEAR_CHANNEL= phpunit -PEAR_AUTOINSTALL= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |