From 144d68c6e6f6189d13ff54c84b1b9055aa8087da Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 6 Mar 2007 06:54:19 +0000 Subject: Use the new facility of bsd.port.mk to be able to simplify the interaction of USE_PHP and OPTIONS. PR: ports/106557 Submitted by: ale Hat: portmgr --- ports-mgmt/tinderbox/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ports-mgmt/tinderbox') diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 816f19e893c9..73ba2a655289 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -89,10 +89,6 @@ USE_APACHE= 1.3+ RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .endif -.if defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP) -.include "${PORTSDIR}/Mk/bsd.php.mk" -.endif - pre-everything:: .if (!defined(WITHOUT_APACHE) || defined(WITH_LIGHTTPD)) && !(defined(WITH_WEB) || !defined(WITHOUT_WEB_EXP)) @${ECHO_CMD} "It doesn't make sense to depend on Apache or LightHTTPD if not using either web interface." -- cgit