diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-17 12:35:53 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-17 12:35:53 +0800 |
commit | 125bee151e93b4b6376b6ab3520e668a5f572f0e (patch) | |
tree | 1e3cca1d0ef8faa35fff2347b9fcc8d1e80ddc92 | |
parent | c2dde0486147b269427c97b65134c3d033e0003d (diff) | |
download | freebsd-ports-gnome-125bee151e93b4b6376b6ab3520e668a5f572f0e.tar.gz freebsd-ports-gnome-125bee151e93b4b6376b6ab3520e668a5f572f0e.tar.zst freebsd-ports-gnome-125bee151e93b4b6376b6ab3520e668a5f572f0e.zip |
fix www/suphp:
- fix critical problem, due to wrong dependency.
lang/php4-cli -> www/php4-cgi
PR: 54558
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
-rw-r--r-- | www/suphp/Makefile | 5 |
1 files 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 <bsd.port.pre.mk> .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: |