diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-29 22:11:21 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-29 22:11:21 +0000 |
commit | f0200195c815474219d628940b437b2656dc0f64 (patch) | |
tree | c46179f5e757ea9b566bc763cea0a347292a250d /www/jonah/Makefile | |
parent | Update to 2.0.6. (diff) |
${LOCALBASE}/bin/php lives in www/mod_php4, now.
Reminded by: kris
Notes
Notes:
svn path=/head/; revision=74226
Diffstat (limited to 'www/jonah/Makefile')
-rw-r--r-- | www/jonah/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jonah/Makefile b/www/jonah/Makefile index 3f5d5e07c102..658c8ae6b56d 100644 --- a/www/jonah/Makefile +++ b/www/jonah/Makefile @@ -15,7 +15,7 @@ MAINTAINER= thierry@pompo.net WRKSRC= ${WRKDIR}/${PORTNAME} RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 \ - ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4 + ${LOCALBASE}/bin/php:${PORTSDIR}/www/mod_php4 IS_INTERACTIVE= 'need to build php4 with XML support.' NO_BUILD= yes |