aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-25 09:52:14 +0800
committeredwin <edwin@FreeBSD.org>2003-08-25 09:52:14 +0800
commit9c2ceaa7969e19a3aa5978d3338877cfbdadb932 (patch)
treec619c2f6b97e48fe9bd668b83d0911a55ed286e4 /graphics
parent4d41da822dfa3a2445c8b0a37ad4695eb0549462 (diff)
downloadfreebsd-ports-gnome-9c2ceaa7969e19a3aa5978d3338877cfbdadb932.tar.gz
freebsd-ports-gnome-9c2ceaa7969e19a3aa5978d3338877cfbdadb932.tar.zst
freebsd-ports-gnome-9c2ceaa7969e19a3aa5978d3338877cfbdadb932.zip
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')
-rw-r--r--graphics/jpgraph/Makefile2
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