diff options
Diffstat (limited to 'devel/phpbt/Makefile')
-rw-r--r-- | devel/phpbt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/phpbt/Makefile b/devel/phpbt/Makefile index e41f9cfb826e..2bd82170ac44 100644 --- a/devel/phpbt/Makefile +++ b/devel/phpbt/Makefile @@ -13,7 +13,7 @@ COMMENT= Bug-tracking system developed in PHP LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= ctype pcre posix session tokenizer xml zlib |