aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PHPUnit3
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-12-27 06:54:13 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-12-27 06:54:13 +0000
commit42ffd3fe5b77f76a04786becc67a3377ec017438 (patch)
tree7bdb43903346c70de10d1356905e5a5e6f6e37d2 /devel/pear-PHPUnit3
parent2c0ea767d0305a1037b0b331acc746bb0bdcc8f3 (diff)
downloadports-42ffd3fe5b77f76a04786becc67a3377ec017438.tar.gz
ports-42ffd3fe5b77f76a04786becc67a3377ec017438.zip
Notes
Diffstat (limited to 'devel/pear-PHPUnit3')
-rw-r--r--devel/pear-PHPUnit3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile
index 869d549f5ca7..796f7dbd4460 100644
--- a/devel/pear-PHPUnit3/Makefile
+++ b/devel/pear-PHPUnit3/Makefile
@@ -370,7 +370,7 @@ USE_PHP+= pdo
.endif
.if defined(WITH_PDO_MYSQL)
-RUN_DEPENDS+= ${PREFIX}/lib/php/${PHP_EXT_DIR}/pdo_mysql.so:${PORTSDIR}/databases/php5-pdo_mysql
+USE_PHP+= pdo_mysql
.endif
.if defined(WITH_PDO_SQLITE)