diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-08 06:27:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-08 06:27:26 +0000 |
commit | ddd32c3557ded9cbc33fc80b500363ae78e7e3ce (patch) | |
tree | e6503805a5a4a72165e4ab3081c1838f9fde3517 /www/postnuke | |
parent | Fixing 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>
Diffstat (limited to 'www/postnuke')
-rw-r--r-- | www/postnuke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/postnuke/Makefile b/www/postnuke/Makefile index 8423f9541fc9..e4145c59e53b 100644 --- a/www/postnuke/Makefile +++ b/www/postnuke/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An automated website package to distribute and manage content LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -RUN_DEPENDS= ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR NO_BUILD= yes WRKSRC= ${WRKDIR}/pn_714 |