summaryrefslogtreecommitdiff
path: root/www/phpbb
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-08 06:27:26 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-08 06:27:26 +0000
commitddd32c3557ded9cbc33fc80b500363ae78e7e3ce (patch)
treee6503805a5a4a72165e4ab3081c1838f9fde3517 /www/phpbb
parentFixing Horde to work with the new PEAR strcture. (diff)
Fix dependency on php/pear system (follow up new PEAR strcture).
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=82496
Diffstat (limited to 'www/phpbb')
-rw-r--r--www/phpbb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile
index 6b8ba2300336..b50c47433461 100644
--- a/www/phpbb/Makefile
+++ b/www/phpbb/Makefile
@@ -15,7 +15,7 @@ DISTNAME= phpBB-${PORTVERSION}
MAINTAINER= wjv@FreeBSD.org
COMMENT= A PHP-based bulletin board / discussion forum system
-RUN_DEPENDS= ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4
+RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR
# The phpBB2 port supports a number of variables that may be tweaked at build
# time. Perform a "make options" to see more information on these variables.