diff options
Diffstat (limited to 'devel/pear-PHPUnit2/Makefile')
-rw-r--r-- | devel/pear-PHPUnit2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile index b0ce2817d82c..6d1f3ad02021 100644 --- a/devel/pear-PHPUnit2/Makefile +++ b/devel/pear-PHPUnit2/Makefile @@ -7,6 +7,7 @@ PORTNAME= PHPUnit2 PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org @@ -90,7 +91,7 @@ post-patch: .include <bsd.port.pre.mk> .if defined(WITH_PEAR_LOG) -RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log +RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |