diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 14:17:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 14:17:09 +0000 |
commit | d1842a519071955e6807ea8c26f167f48205a1cc (patch) | |
tree | bf936404a6b799e51234e34d47d74e0797931148 /devel/pear-PHPUnit2 | |
parent | db4aacab2f1020138e4c52d56dfcfbf53617d74f (diff) | |
download | ports-d1842a519071955e6807ea8c26f167f48205a1cc.tar.gz ports-d1842a519071955e6807ea8c26f167f48205a1cc.zip |
Notes
Diffstat (limited to 'devel/pear-PHPUnit2')
-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" |