diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | f4d7c801f854ff4fad4642d62b23bae798962615 (patch) | |
tree | eee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/suphp | |
parent | Add dependency on correct DocBook. (diff) |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'www/suphp')
-rw-r--r-- | www/suphp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 057ac49a1b98..f1a40da0463a 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -13,14 +13,13 @@ MASTER_SITES= http://www.suphp.org/download/ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= A combination which provides a wrapper for PHP -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/www/php4-cgi HAS_CONFIGURE= yes USE_GMAKE= yes CONFLICTS= mod_php4-4* -APXS?= ${LOCALBASE}/sbin/apxs LOG_PATH?= /var/log PHP_PATH?= ${LOCALBASE}/bin/php APACHE_USER?= www |