diff -Nur suphp.old/Makefile suphp/Makefile --- suphp.old/Makefile Thu Jul 17 00:16:20 2003 +++ suphp/Makefile Thu Jul 17 00:20:37 2003 @@ -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 @@ 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}/lang/php4-cgi USE_REINPLACE= yes @@ -28,7 +29,7 @@ .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: