diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:47:32 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:47:32 +0000 |
commit | 8b91b79ee583751abafb832c430b507399946357 (patch) | |
tree | 8247799a93011def38886945d525cd5da2a40650 /graphics/php-jpgraph/Makefile | |
parent | f6c83cf624b9607fee2b100c2c0ef0817b26df2d (diff) | |
download | pkgsrc-8b91b79ee583751abafb832c430b507399946357.tar.gz |
update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
Diffstat (limited to 'graphics/php-jpgraph/Makefile')
-rw-r--r-- | graphics/php-jpgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/php-jpgraph/Makefile b/graphics/php-jpgraph/Makefile index 38018d77311..4daa3e8bd94 100644 --- a/graphics/php-jpgraph/Makefile +++ b/graphics/php-jpgraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 00:26:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/31 23:47:32 jdolecek Exp $ DISTNAME= jpgraph-1.13 PKGNAME= php-${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= adrianp@stindustries.net HOMEPAGE= http://www.aditus.nu/jpgraph/index.php COMMENT= Object Oriented class library for PHP -DEPENDS+= php-gd>=4.3.0:../../graphics/php4-gd +DEPENDS+= php-gd>=4.3.0:../../graphics/php-gd NO_BUILD= YES NO_BUILDLINK= YES |