aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpgraph
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-25 01:52:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-25 01:52:14 +0000
commitd7fb81a04e7c26ffcb7b62e9459d2ec20ed19c5d (patch)
treed7ffe6243b6adb5e8bdc101c0fe2d201ed51ec22 /graphics/jpgraph
parent53e8276a23bbda7248a596dd08cc2e9126c6ddc8 (diff)
downloadports-d7fb81a04e7c26ffcb7b62e9459d2ec20ed19c5d.tar.gz
ports-d7fb81a04e7c26ffcb7b62e9459d2ec20ed19c5d.zip
Notes
Diffstat (limited to 'graphics/jpgraph')
-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