diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-12-27 06:54:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-12-27 06:54:13 +0000 |
commit | 42ffd3fe5b77f76a04786becc67a3377ec017438 (patch) | |
tree | 7bdb43903346c70de10d1356905e5a5e6f6e37d2 /devel/pear-PHPUnit3 | |
parent | 2c0ea767d0305a1037b0b331acc746bb0bdcc8f3 (diff) |
Notes
Diffstat (limited to 'devel/pear-PHPUnit3')
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 2 |
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) |