From 125bee151e93b4b6376b6ab3520e668a5f572f0e Mon Sep 17 00:00:00 2001 From: daichi Date: Thu, 17 Jul 2003 04:35:53 +0000 Subject: fix www/suphp: - fix critical problem, due to wrong dependency. lang/php4-cli -> www/php4-cgi PR: 54558 Submitted by: Clement Laforet (maintainer) --- www/suphp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/suphp/Makefile b/www/suphp/Makefile index a313cf454e54..f01a754783fc 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -7,6 +7,7 @@ PORTNAME= suphp PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ @@ -14,7 +15,7 @@ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= suPHP is a combination which provides a wrapper for PHP BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4-cli +RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/www/php4-cgi USE_REINPLACE= yes @@ -28,7 +29,7 @@ PHP_PATH?= ${LOCALBASE}/bin/php .include .if exists(${LOCALBASE}/libexec/apache/libphp4.so) -IGNORE="suPHP conflicts with mod_php4. It works only with php4-cli" +IGNORE="suPHP conflicts with mod_php4. It works only with php4-cgi" .endif pre-configure: -- cgit