diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 18:30:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 18:30:39 +0000 |
commit | c3ec40c113b12bb657d3a5b31470c1dc13330a0b (patch) | |
tree | 7aeab31144b4090c9592068b844783187b7a9bed /www | |
parent | Update to version 0.0.9 (diff) |
Remove PHP dependency (this is a DEPRECATED and IGNOREd port) only to
fix make index.
Diffstat (limited to 'www')
-rw-r--r-- | www/jonah/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/jonah/Makefile b/www/jonah/Makefile index ffed025188c4..15bf8cd83682 100644 --- a/www/jonah/Makefile +++ b/www/jonah/Makefile @@ -16,8 +16,7 @@ COMMENT= Jonah is a portal and content collection system WRKSRC= ${WRKDIR}/${PORTNAME} -RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 \ - ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4-horde +RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 IGNORE= Does not run with Horde 2.x EXPIRATION_DATE=2004-08-20 |