aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-16 16:01:34 +0800
committermiwi <miwi@FreeBSD.org>2013-03-16 16:01:34 +0800
commitaaa2e318c69080ba1157042b61bb38c1f1b33691 (patch)
treebfd7951c00630c1784a8f7cf251624d5de0b2d6a /devel
parent7dbcd55c5d16e1665c4b32f7a2e6a0ed4557a90f (diff)
downloadfreebsd-ports-gnome-aaa2e318c69080ba1157042b61bb38c1f1b33691.tar.gz
freebsd-ports-gnome-aaa2e318c69080ba1157042b61bb38c1f1b33691.tar.zst
freebsd-ports-gnome-aaa2e318c69080ba1157042b61bb38c1f1b33691.zip
- Fix dependency after devel/pear-PHPUnit3 update
- Bump PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-PHP_CompatInfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile
index bec408d64b45..a475404673bd 100644
--- a/devel/pear-PHP_CompatInfo/Makefile
+++ b/devel/pear-PHP_CompatInfo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= PHP_CompatInfo
PORTVERSION= 1.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
@@ -41,7 +41,7 @@ RUN_DEPENDS+= ${PEARDIR}/Var/Dump.php:${PORTSDIR}/devel/pear-Var_Dump
.endif
.if ${PORT_OPTIONS:MPEAR_PHPUNIT}
-RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Framework.php:${PORTSDIR}/devel/pear-PHPUnit3
+RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3
.endif
.if ${PORT_OPTIONS:MPEAR_XML_UTIL}