From d7fb81a04e7c26ffcb7b62e9459d2ec20ed19c5d Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 25 Aug 2003 01:52:14 +0000 Subject: teach graphics/jpgraph about apache2 jpgraph requires php, and looks for it where php-cli and mod_php installs it. When mod_php is compiled WITH_APACHE2, it installs in a different place. PR: ports/55337 Submitted by: Yonatan@xpert.com --- graphics/jpgraph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/jpgraph') diff --git a/graphics/jpgraph/Makefile b/graphics/jpgraph/Makefile index 862763b08ab1..b7cd8c714c8b 100644 --- a/graphics/jpgraph/Makefile +++ b/graphics/jpgraph/Makefile @@ -18,7 +18,7 @@ NO_BUILD= yes .include -.if !exists(${LOCALBASE}/bin/php) && !exists(${LOCALBASE}/libexec/apache/libphp4.so) +.if !exists(${LOCALBASE}/bin/php) && !exists(${LOCALBASE}/libexec/apache/libphp4.so) && !exists(${LOCALBASE}/libexec/apache2/libphp4.so) BROKEN= "need PHP 4.04 or above" .endif -- cgit v1.2.3