diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:52:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 01:52:14 +0000 |
commit | d7fb81a04e7c26ffcb7b62e9459d2ec20ed19c5d (patch) | |
tree | d7ffe6243b6adb5e8bdc101c0fe2d201ed51ec22 /graphics/jpgraph | |
parent | devel/pear-PEAR: upgrading to 1.2.1 final. (diff) |
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 <Yonatan@xpert.com>
Diffstat (limited to 'graphics/jpgraph')
-rw-r--r-- | graphics/jpgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.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 |